irwan

Last Modified File

Nov 15th, 2011
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.12 KB | None | 0 0
  1. <?
  2. $last_modified = filemtime("example.php");
  3. print("Last Modified ");
  4. print(date("m/j/y h:i", $last_modified));
  5. ?>
  6.  
Advertisement
Add Comment
Please, Sign In to add comment