Re: [PHP] Skipping items in a loop

2007-04-18 Thread Jochem Maas
jekillen wrote: > Hello again; > I have a directory that I am opening and reading to produce an > array of contents; files and subdirectories. There are a number > of subdirectories that I do not want to open and read the contents > of, and others that I do want to open and read the contents of. >

[PHP] Skipping items in a loop

2007-04-17 Thread jekillen
Hello again; I have a directory that I am opening and reading to produce an array of contents; files and subdirectories. There are a number of subdirectories that I do not want to open and read the contents of, and others that I do want to open and read the contents of. This code is supposed to pr