> Hi all,
> How can I get the full URL of the currently running script? 
> $DOCUMENT_ROOT is not what I need, instead I need the url (be it 
> domain if exists, or ip if not).  $SERVER_NAME works but if a 
> domain isn't paired with the server, I could get some useless 
> information (right?).

$SCRIPT_NAME or $SCRIPT_FILENAME

See http://uk.php.net/manual/en/language.variables.predefined.php

For more details

m:



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

Reply via email to