if you're using Apache, try creating an .htaccess file with this line in it:
php_value magic_quotes_gpc 1



"Monty" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> If someone enters this into a field...
>
>    New York "City"
>
> and I need to re-display it in the field (if an error occurred, for
> example), this is what's in the field...
>
>    New York \
>
> I have another multi-line text field that I used quotes in and this
doesn't
> happen with that field, even though they are both being treated in the
same
> manner. What am I missing?
>



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

Reply via email to