Mega Code Archive

 
Categories / Php / File Directory
 

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. ?>