![]() |
|
|
+ Search |
![]()
|
Aug 11th, 2002 11:20
Kathy Dopp,
I found the answer to my own question, use the $PHP_SELF PHP variable.
The footer I included in all my php pages included this code for
printing each PHP page's update time:
$filenm = "/var/www/13603/www.directell.com/htdocs" . $PHP_SELF ;
$filedate = date("F d Y",filemtime("$filenm"));
print "$filedate \n";