Creating Websites That Work! Call Toll Free at 1-877-530-7993 For Assistance With Your Web Needs.
Design Solutions
E-commerce
Hosting Plans
Other Services
PHP - Date Last Modified

Copy the following code into any of your php pages. It will tell the user when that particular page was last modified.


<?
$file_last_modified = filemtime("$DOCUMENT_ROOT$PHP_SELF");
print("Last Modified ");
print(date("m/j/y h:i", $file_last_modified));
?>

 

 

 

Learning Center
About Us
Create-A-Website provides you with professional custom web solutions at affordable prices!