Rate this script:  I Love it  /   I Hate it

Page Last Modified


Code


<?
$last_modified = filemtime("pagename.php");
print("Last Modified");
print(date("j/m/y h:i", $last_modified));
?>
 

 

 
Page Last Modified scripts | Page Last Modified snippet | Page Last Modified example | Page Last Modified tutorial | Page Last Modified code