Re: [PHP] Problem with new variable system in 4.2

2002-05-12 Thread andy
thanx, this worked Andy "Philip Olson" <[EMAIL PROTECTED]> schrieb im Newsbeitrag Pine.BSF.4.10.10205121820290.61243-10@localhost">news:Pine.BSF.4.10.10205121820290.61243-10@localhost... > > > In php4.1.1 it worked fine. Now I changed the first function to: > > $PATH_INFO = $_SERVER[REQU

Re: [PHP] Problem with new variable system in 4.2

2002-05-12 Thread Philip Olson
> In php4.1.1 it worked fine. Now I changed the first function to: > $PATH_INFO = $_SERVER[REQUEST_URI]; (was $PATH_INFO in 4.1.1) $PATH_INFO worked fine because register_globals was on which essentially created $PHP_INFO from $_SERVER['PHP_INFO'] so how about you do this: if (!ini_get('r

[PHP] Problem with new variable system in 4.2

2002-05-12 Thread andy
Hi there, I did upgrade to 4.2 and now I am "recoding" :-( my whole application. So I did get behind the basic idea, but there is one case, where I just dont know how to solve it: Im a doing something similar like on php.net when you type in php.net/functionname. In my .htaccess file I do redi