dynamic list that detects the number of items in a folder?
Posted: Sun May 16, 2004 12:51 pm
Hi all
I want to build a dynamic image gallery.
I'm looking for a php script that will display a list of numbers, like:
1 2 3 4 5 6
this list must dynamically reflect the number of items (6) in a certain folder, number that will vary in time. These items will be jpegs. And each number should be a link to load the respective jpeg in a frame.
Basically, no matter how many images, the list of links that dynamically load each image will go see how many images there are in the image folder and link each number in the list to an image.
Any help, script examples or suggestions on how to proceed would be greatly appreciated.
Thanx in advance
I want to build a dynamic image gallery.
I'm looking for a php script that will display a list of numbers, like:
1 2 3 4 5 6
this list must dynamically reflect the number of items (6) in a certain folder, number that will vary in time. These items will be jpegs. And each number should be a link to load the respective jpeg in a frame.
Basically, no matter how many images, the list of links that dynamically load each image will go see how many images there are in the image folder and link each number in the list to an image.
Any help, script examples or suggestions on how to proceed would be greatly appreciated.
Thanx in advance