Navigation:
Home Source code Tutorials RSS feeds Articles Books Software Downloads Hosting manuals Forums Script directory Training Our Links
SPONSORS
Display day as an image This displays the image as an image .
Here is the simple script
<?php $day = date("jS"); echo $day; echo "<img src=\"$day.gif\">"; ?>
And here is the result
17th And here are the necessary images zipped up
dayimages.zip