Is there a way to get the URL of the php script being called? For
example, in my web browser I goto the URL:
"http://www.foo.com/foo.php", how do I print out
"http://www.foo.com/foo.php" in the foo.php script? Is it stored in a
variable some where? I'd like to do this for error handling for some
functions I'm writing.
-Ernie
Comment