I am trying to insert text into a mysql database. the text contains quotes, and even though I run addslashes on the variable first, it only inserts the text up to the point of the quotes, then stops. This is not a size issue. The column is of type Text and the double qoutes appear within the first 100 characters.