Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Watch for formatting changes when searching hints' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Watch for formatting changes when searching hints
Authored by: wyvern on Jul 15, '03 02:49:22PM

Easy fix:
It looks like you can just run stripslashes() on the affected code, since it would appear that what's being escaped out are the characters that SQL wants escaped. In other words, the slashes added by addslashes().



[ Reply to This | # ]