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: Spartacus on Jul 15, '03 11:12:28AM

It would be nice to have the article's permalink somewhere in the heading, e.g. on the date. I figured out how to strip the query parameter before bookmarking a hint, but simply clicking the permalink would be more convenient.



[ Reply to This | # ]
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 | # ]