My ISP has the following settings in their php.ini file:

magic_quotes_gpc = ON
magic_quotes_sybase = OFF

I am using a Windows Server and a SQL Server database.

I need to set magic_quotes_sybase to ON so that quotes will be escaped
with another quote instead of a slash.  However, I do not have access
to the php.ini file.  Is there something like the .htaccess file that
can be used on a Windows server?

My ISP is using PHP v4.3.0.

Thank you!

Jeremy Markman

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

Reply via email to