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