Hi,
I was wondering whether anyone would know how to return a list of files in a directory in PHP?
For example:
I have a folder that I can upload images to, and rather than link to each one of them individually, or enter all the file names into a database, I would like to be able to go to a page that tells me the filenames of all the images I have just uploaded.
If anyone knows how to do this, that'd be great.
Dan