| File Management
|
humpingdan

msg:1256228 | 12:53 pm on Feb 24, 2006 (gmt 0) | I run a small website which is for a small group of poeple aorund 100, and they take minutes of meetings, results from competitions things like that, mostly PDF documents and word files. I need to be able to display these for download easily, Ive brocken all the documents into a round 10 different sections, is there any way (script) out there that will automatically update a webpage based on the contents of a directory? Thanks
|
coopster

msg:1256229 | 4:44 pm on Feb 24, 2006 (gmt 0) | Rather than update the HTML by adding new links you could just write a script that displays the contents of the directory [php.net]. This way, when a new file is loaded into the directory it will automatically be displayed because your script will handle it.
|
|
|