Hi Johan, The globals that PHP sets up have changed since since PHP 4.2.x See: http://www.php.net/release_4_2_0.php
You can turn on register_globals in the php.ini file but it is recommended to use the more secure $_GET['test'] type variables. Best Regards, Patrick Lynch. Optip Ltd, Internet & Mobile Development Co. Clare, Ireland. http://www.optip.com/ -----Original Message----- From: Johan Ekström [mailto:[EMAIL PROTECTED]] Sent: 22 May 2002 16:39 To: PHP Windows Discussion List; PHP General Discussion List Subject: [PHP] Problem : track_vars stopped working. Okay, mystery to me, when I installed PHP 4.2.1 on Apache 2.0.35, the track_vars function, stopped working. a simple command like, example : file : default.php ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ <? echo("$text"); ?> then I type in the address in ie6, like : http://127.0.0.1/default.php?text=this but it doesn't show anything. it becomes a blank page instead of echoing out "this". Now, I thought track_vars was set to "Off" but in php.ini, it stood that it always was on. So, now I'm stuck... I'm using the php4apache2.dll module, which I suppose may be the problem, but I don't think they would have forgotten this function in that file. Anyone got any idée's??? I kind of need that function to do multipages. johan ekström [EMAIL PROTECTED] http://www.dynamicduo.nu/ -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php