Does anyone know if it is possible to override the php.ini setting for
magic_quotes_sybase, using the ini_set() function? I have tried both of the
following without success:

ini_set("magic_quotes_sybase",1);

and

ini_set("magic_quotes_sybase","On");

I am trying to enable it for a particular application.

TIA

Kirk

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