Hello,
Background:
We offer a free Blog service.
so of course what happens is that after someone writes an article, a story, for their Blog it is inserted into a MySQL table.
I just realized that the inclusion of " ' " in a sentence is breaking MySQL insert commands. For example if a sentence is like: "This won't make it right............", that will break the MySQL Insert
Whereas "This wont make it right............", is Ok.
Producing this Error message like:
There was an Error with your Article Submission: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 't into this ', '
How do I address this issue/problem?
Regards,








Bookmarks