In article <[EMAIL PROTECTED]>, 
[EMAIL PROTECTED] says...
> i have some html that i submit using html
> example
> <textarea name="test">
>     <font face="Arial">Perro</font>
> </textarea>
> 
> When i submit this and retrieve it on the target page the value looks like
> this:
> <font face=\"Arial\">Perro</font>
> 
> Can I somehow avoid that somehow?

Use stripslashes, or turn off magic_quotes_gpc in your ini file.

-- 
David Robley
Temporary Kiwi!

Quod subigo farinam

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to