Displaying random images

Have researched into displaying random images, but can’t seem to find the solution looking for this one. 30 images in total, the locations for them, divided up into 3 folders, 10 in each. On every page load, 10 from one folder would appear randomised in any order in a vertical block, then on page refresh/load, 10 from the next folder would appear in the same randomized way, then on page refresh/load, and so on, and so on.

Is this possible without any javascript please ? The images can all go in one folder if that helps.

Any help much appreciated.

Dez

Thanks for that, Alex, my skill set isn’t quite at that level, yet !

I’ll take your advice and post in the php section - see you over there.

I don’t know what your skill set is, but you could pretty easily write a custom PHP script for this.

This function with a little bit of logic flow and you should be off and running. You may want to consider making a post in the PHP forum. No matter what approach you choose, it will not be possible through HTML/CSS only.

Thanks Robert, yep, have full access to it.

Well, if you don’t want to use JavaScript the next nearest would be a server side script such as a ‘PHP Random Image Generator’. However, do you have access to PHP on your Server?

Aaaah, just thought, just in case it matters, some of the images would be linked to websites.