What's the syntax to turn on magic_quotes_gpc in .htaccess?

Mike

-----Original Message-----
From: Ignacio Vazquez-Abrams [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 16, 2001 12:24 PM
To: Kevin Cawthorne
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP] PHPLIB and PHPMyAdmin


On Tue, 16 Jan 2001, Kevin Cawthorne wrote:

> Hi,
>
> I want to install  PHPLIB but one of the configuration notes says "turn
off magic quotes in the php.ini file".
>
> OK But I'm, using phpMyAdmin, which I understand NEEDS magic quotes on to
work.
>
> Has anyone done this using the two together?
>
> Kevin Cawthorne
>

Knowing which web server you're using helps, but if you're using Apache, the
way to do it is to turn it off in php.ini and then turn it on in httpd.conf
or
.htaccess or wherever for the directory/location phpMyAdmin is in.

-- 
Ignacio Vazquez-Abrams  <[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]

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