WeberDev.com PHP and MySQL Code

LOG IN
BEGINNER GUIDES  |  PHP CLASSES  |  CODE SEARCH  |  ARTICLES SEARCH  |  PHP FORUMS  |  PHP MANUAL  |  PHP FUNCTIONS LIST  |  WEB SITE TEMPLATES
Start typing to search for PHP and MySQL Code Snippets and Articles Search
Submit a code Example / Snippet Submit Your Code
Search Engine Optimization Monitor SEO Monitor
Web Site UpTime Monitor UpTime Monitor
WeberDev's Monthly code contest PHP Code Contest
Your Personal Examples List My Favorite Examples
Your Personal Articles List My Favorite Articles
Edit Account Info Update Your Profile
PHP Code Search
Web Development Forums
Learn MySQL Playing Trivia
PHPBB2 Templates
Web Development Index
PHP Web Logs (BLogs)
Web Development Resources
Web Development Content
PHPClasses
PHP Editor
PHP Jobs
Vision.To Design
Ajax Tutorials
PHP Programming Help
PHP/MySQL Programming
Webmaster Resources
Webmaster Forum
XML meta language
website builder
Submit Site
Forex Trading Online forex trading platform

Go Back Add a Comment Send this example to a friend Add this Article to your personal favoritest for easy future access to your favorite Code Examples and Articles. Submit a code example Print this code example.
BACK ADD A COMMENT SEND TO A FRIEND ADD TO MY FAVORITES ADD CODE EXAMPLES PRINT
Title : time date modified changed last getlastmod last footer
Categories : Misc, Date Time Update Picture
Marcel Lemmen
Date : Jul 13th 1999
Grade : Be the 1st to grade this Code Example
Viewed : 2397
File : No file for this code example.
Images : No Images for this code example.
Search : More code by Marcel Lemmen
Action : Grade This Code Example
Tools : My Examples List

  Submit your own code examples 
 

<?

// Place this in a footer file and include the footer to all your pages, use this command:
// <? include("footer.php3"); ?>
// Or place it at the bottem of each page, workes great!
// Visit http://www.software-4u.com for more php3 software (page is still under construction)

echo "Last modified: ".date( "l, d-m-Y H:i.", getlastmod() );
?>



Conversion of US Date into German Date - Konvertierung des US-Datums in das deutsche. Version 1.0.1
Categories : Date Time, Misc
Flags of the world
Categories : Misc
Calendar using Date function
Categories : HTML and PHP, PHP, Date Time, Calendar
Select with current month
Categories : PHP, HTML and PHP, Date Time, Arrays
Clock at Status Bar
Categories : Java Script, HTML, Date Time
Simple Javascript CSS Digital Clock
Categories : Java Script, Date Time, CSS, Beginner Guides, Web Design
Enchancing dd/mm/yyyy forms with unobtrusive javascript
Categories : Java Script, HTML, User Interface, Date Time
PHP Round Clock - Must have Gif support to use this.
Categories : PHP, Date Time, Graphics
MySql date format function
Categories : MySQL, Date Time, Databases
A simple and fast calendar combining PHP and tables. Use this as a base for applications in which a calendar is needed.
Categories : Date Time, PHP, Complete Programs, Calendar
A Timing Class
Categories : PHP, PHP Classes, Date Time
Creates three SELECT form fields: Month, Day, and Year. You give it a string which will be used to make the name for the three fields, and a number of seconds to use as the default date. If you give it blank for this value, the current date is used.
Categories : HTML and PHP, PHP, Date Time
Finding the day of the week for a specific date.
Categories : PHP, Databases, MySQL, Date Time
If you want to create select buttons featuring current date this example will show you how...
Categories : Date Time, HTML and PHP, PHP
A wrapper function to format dates coming from a databases with the same syntax as PHP's date() function.
Categories : Date Time, Databases, PHP