Forum Moderators: coopster
What can I do to keep it in the row but not get the error?
Either use double quotes for your sql or escape the string using the mysql_escape_string function.
arran.
from [php.net...]
This function became deprecated, do not use this function. Instead, use mysql_real_escape_string() [php.net].