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