RE: [PHP] PHPLIB and PHPMyAdmin

2001-01-18 Thread Krznaric Michael
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

Re: [PHP] PHPLIB and PHPMyAdmin

2001-01-16 Thread Matt Friedman
ff under another. Use .htaccess for configuration. best of both worlds. Matt Friedman Spry New Media - Original Message - From: "Ignacio Vazquez-Abrams" <[EMAIL PROTECTED]> To: "Kevin Cawthorne" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday,

Re: [PHP] PHPLIB and PHPMyAdmin

2001-01-16 Thread Michael A. Peters
using .htaccess with phpMyAdmin can cause problems with Advanced Authentication (which you should be using). AFAIK only horde's implementation of phplib wants magic quotes turned off- last time I looked at phplib itself, it wanted them on. It's *possible* I got that backwards, but I don't think

Re: [PHP] PHPLIB and PHPMyAdmin

2001-01-16 Thread Ignacio Vazquez-Abrams
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 togethe

RE: [PHP] PHPLIB and PHPMyAdmin

2001-01-16 Thread Krznaric Michael
al Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 16, 2001 7:16 AM 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

Re: [PHP] PHPLIB and PHPMyAdmin

2001-01-16 Thread [EMAIL PROTECTED]
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 toge

[PHP] PHPLIB and PHPMyAdmin

2001-01-16 Thread Kevin Cawthorne
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