Chris,

This is correct.  The provider has the following:

magic_quotes_gpc        ON      ON
magic_quotes_runtime    ON      ON
magic_quotes_sybase     OFF     OFF

and I have:

magic_quotes_gpc        ON      ON
magic_quotes_runtime    OFF     OFF
magic_quotes_sybase     OFF     OFF

Is there anyway I can turn this off locally?  Such as in .htaccess or
within the script itself?

Thanks for the feedback!

//frank
 
|
|Check your magic quotes settings on both systems using phpinfo(). I bet
|magic_quotes_runtime is set on in your provider's settings but not your
|development system's php.ini.
|
|-- 
|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]
|
|


-- 
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]

Reply via email to