I've got an include file that provides the basic framework for every page on my site, and at the bottom of each page, I want to spit out when the page was last updated. I used $PHP_SELF inside the include file, and got the include file's path. Is there a variable equivalent to $PHP_SELF that returns the path for the file that is being executed?
Basically, if I'm running index.php, and I include template.php is there any way, from inside template.php, to get index.php short of passing it as a parameter? - Theo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php