I've tried to run a User Auth script that called itself if the user wasn't authorised, or redirected if user OK.
The generated <FORM... element used $PHP_SELF to build the action.
With the script generated HTML page, View=>Source showed <FORM ACTION="" etc...>
No error, script didn't bug out, nothing, but $PHP_SELF appeared not to have a value assigned to it.
Server is APACHE, $globals = off, php 4.2.0, phpinfo() returns a value, but not the script?!?
Any clues?
Thnx in advance...
Richard.