Re: [PHP] parse comma delimited file

2002-11-15 Thread Marek Kilimajer
yes, there is this fgetcsv function Greg wrote: Hi-\ Is there an easy way in PHP to parse a comma delimited text file that could be uploaded in a form? Thanks! -Greg -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] parse comma delimited file

2002-11-14 Thread Greg
Great, thanks...didn't see that one :) -Greg "Kevin Stone" <[EMAIL PROTECTED]> wrote in message news:176401c28c32$11cf7fe0$6601a8c0@;kevin... > You bet there is.. > > fgetcsv(); > http://www.php.net/manual/en/function.fgetcsv.php > > -Kevin > > - Original Message - > From: "Greg" <[EMAIL