Hello all,
This is my first post. I have a basic knowledge of HTML, but am a PHP n00b. What I am trying to do is make a table on the index page of my "/photos" directory that displays each photo. However, rather than having to update the index whenever I add photos, I would like it to automatically detect all of the JPGs in that directory and put each one in its own cell. This way I will only have to FTP the photos into the "/photos" directory, and they would appear on the index page without my having to amend the index itself. I'm assuming that it's somehow possible, and any help would be greatly appreciated. TIA
-
RT