[PHP] still problems with register globals set to on

2002-08-21 Thread Andy
Hello everybody, I am still having problems to run php scripts inside a directory with register globals on. This is what I did put inside the httpd.conf file right after the Directory / close tag. Directory /home/www/oasis php_value register_globals on /Directory It does not change

Re: [PHP] still problems with register globals set to on

2002-08-21 Thread Tom Rogers
Hi, Wednesday, August 21, 2002, 5:34:35 PM, you wrote: A Hello everybody, A I am still having problems to run php scripts inside a directory with A register globals on. A This is what I did put inside the httpd.conf file right after the Directory / close tag. A Directory /home/www/oasis A

Re: [PHP] still problems with register globals set to on

2002-08-21 Thread Andy
thanx tom, but this doen not seem to have anything to do with it. Regards, Andy Tom Rogers [EMAIL PROTECTED] schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hi, Wednesday, August 21, 2002, 5:34:35 PM, you wrote: A Hello everybody, A I am still having problems to run

Re: [PHP] still problems with register globals set to on

2002-08-21 Thread Rasmus Lerdorf
Are you sure you are editing the right httpd.conf file first of all? Put an obvious syntax error in there, such as misspelling Directory in that tag and see if you get an error. If so, make sure that this Directory block is not inside some other tag, or overridden by a second Directory block

Re[2]: [PHP] still problems with register globals set to on

2002-08-21 Thread Tom Rogers
Hi, Wednesday, August 21, 2002, 9:32:43 PM, you wrote: A thanx tom, but this doen not seem to have anything to do with it. A Regards, A Andy A Tom Rogers [EMAIL PROTECTED] schrieb im Newsbeitrag A [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hi, Wednesday, August 21, 2002, 5:34:35 PM,

Re[3]: [PHP] still problems with register globals set to on

2002-08-21 Thread Tom Rogers
Hi, Wednesday, August 21, 2002, 10:53:48 PM, you wrote: TR Hi, TR Wednesday, August 21, 2002, 9:32:43 PM, you wrote: A thanx tom, but this doen not seem to have anything to do with it. A Regards, A Andy A Tom Rogers [EMAIL PROTECTED] schrieb im Newsbeitrag A [EMAIL PROTECTED]">news:[EMAIL

Re: Re[3]: [PHP] still problems with register globals set to on

2002-08-21 Thread Andy
Yeeahhh! Thanks Tom. Works great. It was just a small error causing this much trouble. For turning register globals on it is: php_flag register_globals on Cheers, Andy Tom Rogers [EMAIL PROTECTED] schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hi, Wednesday,