Re: [PHP-DB] Re: txt to db, file() bug?
TED] com> cc: Subject: [PHP-DB] Re: txt to db, file
[PHP-DB] Re: txt to db, file() bug?
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: /** *