Hi,
I was wondering if anyone knows a way to do the following?
I’m looking to make a php page that creates a listing of files based on the content of a directory on the same server, and also formats the list so that when it is displayed, the list of files are hyperlinks to the files themselves.
What I’m trying to do is just have a download page so that people can download files from the website; but I need it so that my people uploading the files won’t have to edit any code or anything–that’s why I’m trying to get the list created automatically by what the directory contains.
I hope that makes sense. Thanks for the help.