PHP image slideshow auto
A solid implementation of an image slideshow gallery. Fully automated, no setup needed.
Usage
For a quick setup:
1. Create a folder for the slideshow images.
2. Drop images for the slideshow in the folder.
3. Grab the code, paste it in a file and call it "index.php"
4. Upload this file to a directory that will be the gallery (http://www.site.com/slideshow/)
5. Change lines 6 and 8 to correspond to your setup.
6. Run it (use URL from step 4)

Comments
Not bad
Thanks a lot!
Can I add this to my own existing site?
A demonstration of what the end result will look like would be nice :)
Here is a working page with the script:
http://bmwhandlebarrisers.com/gallery/idigallery.php
Can anybody help explain how you would do #6 in wordpress? How would you access this php from a text widget in your sidebar?
Reading for the text widget at the Wordpress.com site, I believe you
can add an iframe with the URL as src. Then the gallery will be displayed.
Just guessing, I am not a Wordpress user.
Good !!!! Thanks a lot
Nice job.
Any chance to have the images rotate automatically in an given interval?
Thanks for your reply,
Chris.
You will have to use Javascript setTimeout() for this.
It will be something along these lines: