Posted by Noodle on 09/11/06 12:35
jerryyang_la1@yahoo.com wrote:
> I'm looing for a simple PHP file list program, that will show all the
> files in a folder, but show them in batchs of 10 - 15..
>
> Any ideas??
>
> Many Thanks
Another solution would be to read the file names into an array and
iterate over that in sets of 10 or 15.
[Back to original message]
|