Hi Everyone, I'm new to PHP as much as I am to this site.
I need some opinions on what the best method would be to choose:
Scenario:
I am creating a file management system in where users can upload files to a selected directory.
The uploaded files will then be listed on a page in which can be downloaded or deleted.
The question:
what is the best approach? To create a table in a database which holds the application path?
Or will PHP code such as opendir / read dir be sufficient?
Thanks for all input!!
Ryan

