[PHP-DB] CSV/TXT file imported via PHP into MySQL

2002-06-10 Thread Keiran Wynyard
I have a form on a PHP page with which I wish to load a tab delimited text file into a UNIX based MySQL database By using PHPMyAdmin I have tested whether I can upload the file, using MyAdmin to help me construct the Query and to date in MyAdmin it works fine. Taking the query and splitting it

RE: [PHP-DB] CSV/TXT file imported via PHP into MySQL

2002-06-10 Thread Beau Lebens
/TXT file imported via PHP into MySQL // // // I have a form on a PHP page with which I wish to load a tab // delimited text file into a // UNIX based MySQL database // // By using PHPMyAdmin I have tested whether I can upload the // file, using MyAdmin to help me // construct the Query