I want the image on a web page to automatically change with a slide show type effect where a specific page image cycles from one to the next through an array of images.
I know how to have it load one randomly so that on each refresh it changes to a new one, but how could you use php to have it cycle through some photos changing every 30 or 40 seconds to a new image without an apparent refresh of the entire page?
It might be nice to do a fading in (from black) and out (to black) for this but I can live without the fading. I could see this array accessing maybe 50 images.
Is this doable in pHP or is it more of a JavaScript thing? Are there any open source slide show functions you would recommend that might do what I am after?
Thanks!