Having trouble with the command in the subject...
I have a web server with PHP4 and MySQL with magic_quotes turned on in the
default configuration...
But when I set_magic_quotes_runtime(0) within a site where I need it turned
off it works, but it does not work! For example:
echo "[".get_magic_quotes_runtime()."]";
set_magic_quotes_runtime (0);
echo "[".get_magic_quotes_runtime()."]";
outputs:
[1][0]
But the site behaves as though magic quotes is still turned on!
Any tricks to using this command?
======================================================================
Murray Shields Email: [EMAIL PROTECTED]
MU Systems Pty Ltd Phone: +61 7 3351 6677
Global Catalogs Pty Ltd Phone: +61 7 3351 4777
--
PHP General 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]