Hi,
Is there a PHP Command that will give me the absoulte Url of a php script.
I can get the script name by using $_SERVER['SCRIPT_NAME'].
I want to sent out an E-mail which contains an url to the php script that I'm currently running.
IE if i was in the script main.php.
I want to e-mail.
http://www.myurl.co.uk/main.php
Hope someone can help
Peter