I want the web page to display a set of images from a specific folder as if using sequential <img> tags. Not as a slide show or photo gallery or whatever, just displayed normally as images, one after the other. I want to be able to have it automatically pull from a folder so that adding an image to the folder will add it to the page.
You can use PHP to iterate through a folder of images and generate HTML to display each one.
February 17th, 2010 at 7:02 am
You can use PHP to iterate through a folder of images and generate HTML to display each one.
References :