Forum Moderators: coopster
on my site i need to put the current year. at the moment i have it like this
<img src="2.gif"><img src="0.gif"><img src="0.gif"><img src="3.gif">
if you look at the above all 4 images combined together displays 2003, i wanted to know how this can automatically be done using php so that every year i do not need to manually change the year. so for example next year it should automatically display the following images:
<img src="2.gif"><img src="0.gif"><img src="0.gif"><img src="4.gif">
i have a directory of all the digits from 0-9
any suggestions would be appreciated.
cheers
linda