One of the forms I have set up checks for user input errors when submitted via an all-in-one form. The problem comes when people make an error a few times in a row. Instead of seeing "that\'s" in the text box, it may look like "that\\\'s".
use stripslashes()
http://www.php.net/manual/en/function.stripslashes.php