hey everyone, ive been googling for a good simple slideshow that will automatically use images from a folder thats given to it. So i can easily swap out the images. One i have tried so far dont seem to be working. Anyone know of something that does?
all the photos will be resized prior to going on to the server.
Use PHP to get a list of the images from the directory, file or database . Then instead of hardcoding the image names & locations into the required html. Put in the list that you have generated with PHP.