+-*-On Mon, 2 Jul 2001, Angela Meehan wrote:

>-This is automatically done by something called MagicQuotes.  You can
>-turn this off in your installation of PHP.
>-

Yes, and if you do not have control over the server you can usually
control this with the .htaccess file.

To turn on...

php_value magic_quotes_gpc 1

to turn off...

php_value magic_quotes_gpc 0




-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to