Posted by Pedro Graca on 01/11/06 03:17
a wrote:
> I have a php script that gets the text from a form field:
<snip>
> The text comes back fine, just some characters (', " and \) are now escaped
> (\', \" and \\).
[...]
> I'd like first to understand why this is happening
> and if there is a way to disable this behavior
magic_quotes_gpc
see http://www.php.net/get_magic_quotes_gpc
--
Mail to my "From:" address is readable by all at http://www.dodgeit.com/
== ** ## !! ------------------------------------------------ !! ## ** ==
TEXT-ONLY mail to the whole "Reply-To:" address ("My Name" <my@address>)
may bypass my spam filter. If it does, I may reply from another address!
[Back to original message]
|