Hi
I know it's possible to have random backgrounds with php (day of week), but is it possible to have random images in a photo gallery?
I've written the html below:
<div class="thumb">
<a href="image01.html"><img src="images/image01_thumb.gif" alt="Image01" />
<span><img src="images/pre_image01.gif" alt="Image01" /><em>Image01</em></span></a>
</div>
Is there any php that will change the image randomly?
Thanks in advance
Tankedup