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

Fw: [PHP] parse comma delimited file

2002-11-14 Thread Kevin Stone
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:

Re: [PHP] parse comma delimited file

2002-11-14 Thread Greg
t; - 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 to parse a comma delimite

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-\ >

[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