Why does this properly escaped SQL query fail?

Posted by Jason Rhodes on Stack Overflow See other posts from Stack Overflow or by Jason Rhodes
Published on 2010-04-22T20:00:02Z Indexed on 2010/04/22 20:03 UTC
Read the original article Hit count: 152

Filed under:
|
|
|

Here's the query:

INSERT INTO jobemails (jobid, to, subject, message, headers, datesent) VALUES ('340', '[email protected]', 'We\'ve received your request for a photo shoot called \'another\'.', 'message', 'headers', '2010-04-22 15:55:06')

The datatypes are all correct, it always fails at the subject, so it must be how I'm escaping the values, I assume.

I'm sure one of you will see my idiot mistake right away. A little help?

© Stack Overflow or respective owner

Related posts about mysql

Related posts about escape