Tyring to get the global variables to work such as $PHP_SELF etc, tried using $SERVER['PHP_SELF'] as well but to no avail - any ideas ?
PHP 4.3.1 and Apache 2.0.44 on WIn 2000
I have register_globals= 'On' in the php.ini as well....
Thanks,
You will need to restart Apache after alterting the php.ini. Also when trying to use the server array (as well as get,post,etc) you have to use an underscore like this $_SERVER[]
Spot on - thanks for that....
Thought it would happen the next time it got called, rather than having to restart the web server...