In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] 
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


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to