Posted by Carl on 02/28/06 01:34
Pol wrote:
> Whenever I receive input from an HTML text field or and HTML text area
> with " or ' meaning double or singe quotes into a php variable and
> then print or echo it back out to the user in html I get these
> characters accompanies by a \ . Why is this and how can I get rid of it.
>
>
> $submitform->body=@$_POST['body']; <<<< there are no \ in the input.
>
> print("body - ".$submitform->body."<br>"); <<<< but here there will
> be slashes for all ' or " .
>
> Thanks for any help!
Pol,
I believe this was asked and answered in this same ng less than an hour ago.
see
http://groups.google.com/group/comp.lang.php/browse_thread/thread/6a4215579cd1dd4e
Carl.
Navigation:
[Reply to this message]
|