Last Modified

When using this code, it will display when that page (that the code is inserted into) was last modified. It's very usefull for if you have something like an events page, or even an dictionary.

Reminds me of wikipedia Image Not Found

Example Code:

CODE
<?php
echo "Last Modified: " date ("m/d/y."getlastmod());
?>



Feel free to edit Last Modified: and the date displayment.
It's pretty self exmplanitory.

The only thing that you may not know is the getlastmod() which checks to see when the last time that document has been edited or modified.

Sunday May 27, 2007 | http://www.totaldream.org/article/15-last_modified.html