Simply add this code to your page:
Be sure to edit the EDIT.PHP to the page you want to show when it was last modified.
| Code: |
| <?
$lastmod = filemtime("EDIT.php"); // echo("page was last modified on: "); echo(date("m/j/y h:i", $lastmod)); ?> |
Be sure to edit the EDIT.PHP to the page you want to show when it was last modified.
