[PHP-DB] Re: txt to db, file() bug?

2003-10-23 Thread Justin Patrin
You may be having problems with your delimiter (,) being within quotes. This can be a problem both for your ',' splitting and for the file() splitting (\n). fgetcsv() seems to do some of this, but I'm not sure of its completeness. Here's a function I wrote and some possible code for you: /**

Re: [PHP-DB] Re: txt to db, file() bug?

2003-10-23 Thread jeffrey_n_Dyke
] com cc: Subject: [PHP-DB] Re: txt to db, file() bug