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?



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

Reply via email to