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 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


4th
And here are the necessary images zipped up

dayimages.zip