|
<?php
$last_modified = filemtime("phpserverfiletimestamp.php");
print("Last Modified ");
print(date("m/j/y h:i", $last_modified));
?>
Last Modified File Timestamp Information - PHP This routine will supply file modified timestamp information from this server for a given file, or multiple files. This timestamp is for THIS file. The code is shown but this is NOT live. Be certain to use a proper PHP name extension on this program. You may directly highlight, copy and paste the above snippet. See It Work! | ||||||
|