A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Magic Qutes GPE, MySQL and registration

  1. #1
    Junior Member
    Join Date
    Apr 2001
    Posts
    1
    It seems you have enabled Magic Quotes GPE and Runtime in your PHP.ini configuration. This means that the MySQL data from your board are being parsed twice. This means that " ' "s come out as " \' " and " \ " comes out as " \\ ". In your board, you need to stripslashes() or disable MQ GPE. This is affecting the singups at least

    -Robin

  2. #2
    Senior Member
    Join Date
    Feb 2000
    Posts
    451
    Thanks, I will report this.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center