That script you gave me for reading directories and subdirectories worked great...
Now, how do I restrict it to zip files only.
I am assuming I would use something like...
if substr($file,-3)="zip"
load the array
else
skip to the next file
endif
But where do I put it?
And do I use more than once before the array is filled