ERROR: You have an error in your SQL syntax near '
The above error is what i get when i try to enter and apostrophe into MySQL via PHP form how can I fix this problem?
Thanks, Simon
See addslashes() in the PHP documentation.
-Gio-