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>
|