View Single Post
  #2 (permalink)  
Old 02-03-07, 09:11 PM
grafman grafman is offline
Coding Addict
 
Join Date: Dec 2006
Posts: 278
Thanks: 0
Thanked 0 Times in 0 Posts
Do you have an apostrophe or single quote of some sort in your text? If you do then you need to use addslashes otherwise sql complains.

My guess is that you have something like "they're" right there and the string is trying to close at the apostrophe rather than at the end of the string where you expect it to.
__________________
"Things are difficult only while you don't understand them."
Reply With Quote