I want to put, into a footer include file, the last modified date of the
current
file being viewed. I have the following code that works when I hard code
the
file name -

<?
$dt=date("D, F d, Y g:i:s A", filemtime("index.php"));
echo $dt;
?>

But of course that won't work as a footer for a site with over two hundred pages.
What is the parameter for the current page? I tried php_self but that didn't work
properly (it returned Dec 31 1969).

--
Chip Wiegand
Simrad, Inc
[EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to