I am a PHP newbie trying to come up with something which displays a list of all of the HTML pages in the same directory as the PHP file.
For example, at this URL http://64.111.24.173/~reports/ABQ%20Web%20Studio/ I have uploaded a HTML report. Imagine that I uploaded many of these HTML reports to the same directory. Sowhat I want is when the directory is accessed an index.php type page is loaded which shows a link of all of the HTML pages in the directory. It should not display any other file type, only HTML (that way the images that go with the HTML page, etc are not listed, only the link to the HTML page itself is listed.
The reason I need this created is I have a report generation software that will place HTML reports in this directory each month when they are generated. I want to be able to send my client to that directory on the server so they can view the reports. I dont want them to see an ugly directory listing. I want them to see a proper page with my logo that lists all of their reports.