Forum Moderators: coopster
There are a couple of PHP scripts to update or add news items. The problem is that any time there is a quotation mark in the text of the news item, MySQL interprets it as the end of the string and then ends up returning a syntax error.
Is there anyway to make MySQL ignore the quotation marks inside the query?
I know how to do this when I echo html, but it doesn't seem to work the same way for the MySQL query.