Forum Moderators: coopster
$last_modified = filemtime("thepageyouwant.php");
print("Page Last Modified");
print(date("m/j/y h:i", $last_modified));
?>
I'm really new in php, so I want to ask, how I could do that to show something like that...
>> Page Last Modified 154364 seconds ago
or
>> Page Last Modified 59 hours ago
I hope you understood what I want to do...
Please help...:/
Or are you asking for how to determine the length of time since the last update?