This is a discussion on Re: same operation to multiple files within the PHP General forums, part of the PHP Programming Forums category; In article <20030721233412.33108.qmail@pb1.pair.com>, johnw@orcasnet.com says... > I've built a CSV ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
In article <20030721233412.33108.qmail@pb1.pair.com>, johnw@orcasnet.com
says... > I've built a CSV parser that I want to run on every file in a folder. How > do I do this? Get the filenames with opendir() and readdir() and go from there. Cheers -- Quod subigo farinam |