View Single Post

  #2 (permalink)  
Old 10-01-2006
ZeldorBlat
 
Posts: n/a
Default Re: How to read a Dir and covert it to a list that can be downloaded from a browser


Dave wrote:
> I would like to read all the files in a given DIR and create an array
> or some other way so it can be listed in a web page and download...
> Thanks
> Dave


Use scandir():
<http://www.php.net/scandir>

Reply With Quote