I'm trying to do a simple form input into a mysql database. Seems simple enough, like the one I'm typing into right now in fact. Problem is, either mysql or php is truncating the string when I get to any single quotes. I've tried addslashes and stripslashes, and while they display properly before they hit the DB, once they get inserted they get chopped off. Oh, I've also tried mysql_escape_string. Any help is appreciated.
P.S. Thanks for the help on my last question, the jscript was the answer
