Quote mayhem
In the text of a product description if I have double quotes on something like this:
"Me"
It works fine but if there is an apostraphe(single quote) like this within the doubles:
"I'm Me"
I get errors.
INVALID SQL: 1064 : You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '
magic_quotes_gpc is enabled so what could cause this?
|