RE: [PHP] csv inssue

2004-09-24 Thread Dustin Wish with INDCO Networks
sage- From: Jim Grill [mailto:[EMAIL PROTECTED] Sent: Friday, September 24, 2004 10:32 AM To: [EMAIL PROTECTED] Cc: PHP General List Subject: Re: [PHP] csv inssue > Well it was very close the only issue is the trailing comma on the inserts. > See below: > > INSERT INTO mytabl

Re: [PHP] csv inssue

2004-09-24 Thread Jim Grill
> Well it was very close the only issue is the trailing comma on the inserts. > See below: > > INSERT INTO mytable (one,two,three,four,five) VALUES(14,Radial H714 > 155/80r13s,26, > All Season > S Rated > UTQG: 380/A/B > WSW: White Sidewall > > 4 groove version of all-season performance radial. The

Re: [PHP] csv inssue

2004-09-24 Thread Jim Grill
> I was curious if anyone could help me. I need to write an insert to take > data from a csv file to put into a MySQL db. I am not sure know to parse out > 5 items of the string at a time i.e. (1,2,3,4,5,1,2,3,4,5,1...etc) so that > the five putted items get inserted everytime. Like: > > "insert in

Re: [PHP] csv inssue

2004-09-24 Thread Petar Nedyalkov
On Friday 20 August 2004 16:28, Dustin Wish with INDCO Networks wrote: > I was curious if anyone could help me. I need to write an insert to take > data from a csv file to put into a MySQL db. I am not sure know to parse > out 5 items of the string at a time i.e. (1,2,3,4,5,1,2,3,4,5,1...etc) so >

[PHP] csv inssue

2004-09-24 Thread Dustin Wish with INDCO Networks
I was curious if anyone could help me. I need to write an insert to take data from a csv file to put into a MySQL db. I am not sure know to parse out 5 items of the string at a time i.e. (1,2,3,4,5,1,2,3,4,5,1...etc) so that the five putted items get inserted everytime. Like: "insert into produc