I'm in the search for a PHP image broswer. I know there are plenty out
there but none that I can find to do what I'm looking for. I have a
security camera that uploads images periodically to a directory on a
server. I would like to be able to broswe these files easily. I have
found a few that create a nice directory listing and such but I need to
be able to click on an image and then there be PREVIOUS and NEXT
buttons to skip to the last or next image. Theres got to be something
out there like this. Can someone point me in the right direction?
Thanks,
Dustin
A few weeks ago I was trying to find a good PHP slideshow application
to show off some family photos. This particular one doesn't have "Next"
and "Previous" buttons, but it shows you thumbnails of all the images
in a directory along the bottom of the page. You can click one and view
it larger at the top of the screen, while still keeping the thumbnails
at the bottom.
Here's the link if you want to take a look at it:
http://www.zinkwazi.com/wp/scripts
Hope this helps!
Thanks very much for the reply. I checked out the script and it works
very nicely! It does seem to have back and next buttons. Maybe I
snatched a newer version than you? Anyway, I forgot to mention that my
directory has multiple subdirs and would like to be able to browse in
and out of them easily because new dirs are made every day. I see that
you can add on the dir to the url (phpslideshow.php?directory=whatever)
but I'm too lazy to do that! haha.. Hopefully I can write a little code
and get it going how I want it. Nevertheless, it's a great program and
will help me out tons!!
Thanks again,
Dustin