Re: [PHP] config question

2001-03-05 Thread php3
Addressed to: [EMAIL PROTECTED] [EMAIL PROTECTED] ** Reply to note from [EMAIL PROTECTED] Mon, 5 Mar 2001 20:00:47 EST > > My server admin is being stupid... magic_quotes_gpc have been turned off > unexpectadly so phpMyAdmin aint working, as well as half my scripts. He says > no

Re: [PHP] config question

2001-03-05 Thread Philip Olson
phpinfo() and if you want it to work now, you'll want to create a .htaccess and put this in it : php_flag magic_quotes_gpc on and kindly ask them why it's been turned off and plan accordingly. regards, Philip Olson http://www.cornado.com/ On Mon, 5 Mar 2001 [EMAIL PROTECTED] wrote: >

Re: [PHP] config question

2001-03-05 Thread David Robley
On Tue, 6 Mar 2001 11:30, [EMAIL PROTECTED] wrote: > My server admin is being stupid... magic_quotes_gpc have been turned > off unexpectadly so phpMyAdmin aint working, as well as half my > scripts. He says nothing has been changed so it must be my fault, is > there a command in php to displays t

Re: [PHP] config question

2001-03-05 Thread Kelly Corkill
On Mon, 5 Mar 2001 [EMAIL PROTECTED] wrote: > Date: Mon, 5 Mar 2001 20:00:47 EST > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: [PHP] config question > > My server admin is being stupid... magic_quotes_gpc have been turned off > unexpectadly so phpMyA

[PHP] config question

2001-03-05 Thread PeterOblivion
My server admin is being stupid... magic_quotes_gpc have been turned off unexpectadly so phpMyAdmin aint working, as well as half my scripts. He says nothing has been changed so it must be my fault, is there a command in php to displays the PHP config options so i can show this mofo that th