Page 1 of 1

Import tab delimited data mysql

Posted: Fri Nov 17, 2006 12:34 pm
by amir
Hi all,

I'm looking for a simple php script or piece of code I can modify to import data from a tab delimited text file (.txt) into a mysql database. Does anyone know how this can be achieved?

Thanks a lot

Posted: Fri Nov 17, 2006 1:36 pm
by feyd
mysqlimport, or the database itself can do it too. No PHP required.