Date of last modification made on a webpage

Last update on March 3, 2009 09:55 AM by jak58
Published by jak58

Date of last modification made on a webpage






With PHP it is possible to automatically display the last modification of the current page:



<?
setlocal(LC_ALL,'english'); 
echo "Last modification made on ".date("l j F Y at H:i", filemtime($SCRIPT_FILENAME));
?> 


Alternative :

<?
setlocal(LC_ALL,'english'); 
echo " Last modification made on ".date("l j F Y at H:i", getlastmod());
?> 
Best answers for « Date of last modification made on a webpage » in :
[Javascript] Last modification made on a web page Show [Javascript] Last modification made on a web page Monitoring changes made your website: Using JavaScript, it is possible to display the last modification made on a the web page through the lastmodified property of the object...
How to insert the option Last Modified to your webpage ShowHow to insert the option “Last Modified” to your webpage If you are new to the web programming sphere and want to know when you have last updated your pages’ content, there is a very simple code, in JavaScript, that allows...
Excel tips : How to insert date in a cell ShowExcel tips : How to insert date in a cell Below are some tips on how to insert date and time in an excel cell for a specific purpose:- To insert current date, press CTRL + ; in the chosen cell. To insert current time, press CTRL+...
Backup Outlook 2003 data ShowBackup Outlook 2003 data All Outlook 2003 data ( Emails, Agenda, Contacts, Tasks...) are in one file with .pst extension The file is in the following default folder: C:\Documents and Settings\Login\Local Settings\Application...
Download Advanced Registry Tracer ShowAdvanced Registry Tracer is a program to control your entire registry. It allows you to find easily the modifications made to your registry, invalid entries or changes made by other programs without your authorization. Advanced Registry Tracer...
Download Madotate 3D ShowTo return your more interesting office and impress your friends, put windows in 3D. Madotate is an application allowing to show the windows of the office within sight 3D as under vista. To speed up mode 3D on the active window, appuyer there keys A...
Processor ShowIntroduction The processor (CPU, for Central Processing Unit) is the computer's brain. It allows the processing of numeric data, meaning information entered in binary form, and the execution of instructions stored in memory. The first...
Data transmission - Cabling ShowCabling types Several physical data-transmission media are available to connect together the various devices on a network. One possibility is to use cables. There are many types of cables, but the most common are: Coaxial cable Double twisted...
Ethernet ShowIntroduction to Ethernet Ethernet (also known as IEEE 802.3 standard) is a data transmission standard for local area networks based on the following principle: All machines on an Ethernet network are connected to the same communication line, made...