Re: [PHP] Parsing fgetcsv using tab (\t)

2003-07-01 Thread Chris
Yea, that is what I'm going to do for a back up. After mucking with this for a couple of days, I've about had it. Jeff Harris wrote: > On Jul 1, 2003, "Chris" claimed that: > > |I'm trying to create an form where the user can upload a datafile to the > |server. The datafile will be txt or csv a

Re: [PHP] Parsing fgetcsv using tab (\t)

2003-07-01 Thread Jeff Harris
On Jul 1, 2003, "Chris" claimed that: |I'm trying to create an form where the user can upload a datafile to the |server. The datafile will be txt or csv and contain multiple records. I |would like the user to supply the field delimiter like (,) comma , (\t) |tab or something else. The data records

[PHP] Parsing fgetcsv using tab (\t)

2003-07-01 Thread Chris
I'm trying to create an form where the user can upload a datafile to the server. The datafile will be txt or csv and contain multiple records. I would like the user to supply the field delimiter like (,) comma , (\t) tab or something else. The data records are then parsed using fgetcsv. The proble