Output the last time your script was updated : getlastmod « File Directory « PHP
- PHP
- File Directory
- getlastmod
Output the last time your script was updated
<?php
echo date ("F d Y H:i:s.", getlastmod()) . "<br />"; //June 01 2005 20:07:48.
?>
Related examples in the same category