I am trying to code an application to work regardless of whether register globals is set on or off and I thus I referenced and assigned all my GET,POST and SESSION variables using the thier respective $HTTP*VARS arrays. However, this doesn't seem to work when the register_Globals is set to on. I am developing on a red hat linux, Apache and PHP 4.0.5 and track vars is enabled by default. Any ideas?