On Fri, 3 May 2002, Herbert Mraz wrote:
> Vincent,
> as register_globals is off, I use
>     echo $SERVER['PHP_SELF'];
> which works fine...

Does it work as well as echo $_SERVER['PHP_SELF'] (with that underscore)?

miguel


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to