With PHP it is possible to automatically display the last modification of the current page:
Alternatively you can use:
<? setlocal(LC_ALL,'english'); echo "Last modification made on ".date("l j F Y at H:i", filemtime($SCRIPT_FILENAME)); ?>
Alternatively you can use:
<? setlocal(LC_ALL,'english'); echo " Last modification made on ".date("l j F Y at H:i", getlastmod()); ?>
0 comments:
Post a Comment