RE: [PHP] mysql_query() ERROR

2002-08-21 Thread Jay Blanchard
[snip] This is a query that I am sending to mysql. The problem is that sometimes in the variable "$message" characters like ")" will get posted and when they do it makes mysql die. I can only assume that mysql thinks that the ")" in the $message variable is meant to close the sql query, but I am h

[PHP] mysql_query() ERROR

2002-08-21 Thread Fifield, Mike
This is a query that I am sending to mysql. The problem is that sometimes in the variable "$message" characters like ")" will get posted and when they do it makes mysql die. I can only assume that mysql thinks that the ")" in the $message variable is meant to close the sql query, but I am having t