there is an edit button btw
And to remove it use:
$text = str_replace("\\\\\'", "'", $text);
Hmmm i had to put 5 "\"'s in to get it to print one... :rolleyes:
But its very strange - it shouldnt!
A string with " or ' is no problem for php. Through a form, mysql, or if you just use the other to open the string (otherwise it spurts errors) the \ is just needed to say i dont what to ; yet. Otherwise it gets angry with u.