This is a discussion on Re: [PHP] same operation to multiple files within the PHP General forums, part of the PHP Programming Forums category; * Thus wrote jwulff (johnw@orcasnet.com): > I've built a CSV parser that I want to run on every ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
* Thus wrote jwulff (johnw@orcasnet.com):
> I've built a CSV parser that I want to run on every file in a folder. How > do I do this? For starters, no sense in re-inventing the wheel: http://php.net/fgetcsv Second : http://php.net/dir Curt -- "I used to think I was indecisive, but now I'm not so sure." |