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,

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

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,

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 block is not inside some other tag, or overridden by a second block somewhere. Third, ar

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 prob

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 > close tag. A> A> php_value register_globals on

[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 close tag. php_value register_globals on It does not change anything. I restarted apache of course. Do u have an