How can I get the actual URL in PHP? I mean, I need a script that tells me the name of the PHP page it is in. That is, if it is executed in a page called "test3.php", then it would return "test3.php". Or at least return the entire URL and then I could get it from there...