Problems when someone posts a message with a " sign
Posted: Thu Jun 27, 2002 11:55 am
When someone posts a message in my guestbook containing a " sign it will allways show like this: \" how can I avoid that ???
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
$message = stripslashes($message);
echo $message;