Sunday, 27 November 2011

Add date time stamp "page last updated on..." using filemtime function using forms, cookies, flat file databases, random number generation

<html>
<head>
<title>Page last updated on month/date/year hour:min PHP Script</title>
</head>
<?
$last_modified 
filemtime("example7.php3");
print(
"Last Modified ");
print(
date("m/j/y h:i"$last_modified));?></body>
</html>

No comments:

Post a Comment