-
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
-
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|