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

[PHP] parse comma delimited file

2002-11-14 Thread Greg
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

Fw: [PHP] parse comma delimited file

2002-11-14 Thread Kevin Stone
You bet there is.. fgetcsv(); http://www.php.net/manual/en/function.fgetcsv.php -Kevin - Original Message - From: Greg [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, November 14, 2002 3:57 PM Subject: [PHP] parse comma delimited file Hi-\ Is there an easy way in PHP

Re: [PHP] parse comma delimited file

2002-11-14 Thread Greg
] To: [EMAIL PROTECTED] Sent: Thursday, November 14, 2002 3:57 PM Subject: [PHP] parse comma delimited file 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

Fw: [PHP] parse comma delimited file

2002-11-14 Thread Kevin Stone
Yeah I had the same problem a while ago. it's an easy one to miss if you don't know what keywords to search for. :) -Kevin - Original Message - From: Greg [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, November 14, 2002 4:06 PM Subject: Re: [PHP] parse comma delimited file