Home | Scripts | Tutorials | Books | Hosting | Forums | Links|

Navigation:

Home
Source code
Tutorials
RSS feeds
Articles
Wordpress plugins
Blog
Books
Software
Downloads
Hosting
manuals
Script directory
Training
Our Links






 
 

SPONSORS



 
 

Display Month as Image

This is a lot easier than it looks , and you may think that this would take numerous lines of code but in fact it only needs two .

Here is the script

<?php
$month = date("M");
echo "<img src = \"$month.gif\">";
?>

And here is the output of this



Of course you need the images for this and they can be found below.

monthimages.zip