Hi, I was wondering if there was a html code where you can put a selection of pictures into it, and each time someone navigates to a differnt page on your site a random picture is shown. I thought I would get more of a respone in the general chat, hope to get some advice from you guys.
Or if you want to do it with PHP: <img src="image<? echo rand(1,3); ?>.jpg" /> then just upload image1.jpg, image2.jpg, image3.jpg etc...