Script to display Date

Code:
<html>
<head>
<title>Page last updated on month/date/year hour:min PHP Script</title>
</head>
<?
$last_modified = filemtime;
print("Last Modified ");
print(date("m/j/y h:i", $last_modified));
?>
</body>
</html>
You can view the result at : http://198.27.105.229/example_test005.php