Readers like you help support MUO. When you make a purchase using links on our site, we may earn an affiliate commission. Read More.

Do you guys know of a PHP image rotator that rotates non-randomly? I want to rotate my images in a pre-defined order for example with the 3 images named jane,john, and bob.jpg in the following order:

1st reload:jane.jpg

2nd reload:john.jpg

3rd reload:bob.jpg

4th reload:jane.jpg

5th reload:john.jpg

2011-01-18 14:57:00
Hi most of image sliders are built using jQuery (Javascript). Its possible to embed them into PHP pages as we like. Here are some inks :http://www.themeflash.com/30-stunning-jquery-slider-plugins-and-tutorials-to-boost-your-work/http://creativefan.com/30-jquery-slider-and-gallery-plugins-and-tutorials/http://www.webresourcesdepot.com/jquery-slider-plugin-easy-slider/
MAKEUSEOF VIDEO OF THE DAY
SCROLL TO CONTINUE WITH CONTENT
John Doe
2011-01-22 16:03:00
OP here, i did not mean image *sliders*, i meant image *rotator*. i mean, it displays a different image everytime the page is reloaded.