On Mon, Mar 10, 2008 at 8:09 PM, Danny Brow <[EMAIL PROTECTED]> wrote:
> I have about 10 csv files I need to open to access data. It takes a lot
>  of time to search each file for the values I need. Would it be best to
>  just dump all the cvs files to an SQL db and then just grab what I need
>  from there? I'm starting to think it would make a lot of sense. What do
>  you guys think?

grep foo whatever.csv | php ./script.php


-- 
Greg Donald
http://destiney.com/

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

Reply via email to