Import tab delimited data mysql

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
amir
Forum Contributor
Posts: 287
Joined: Sat Oct 07, 2006 4:28 pm

Import tab delimited data mysql

Post 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
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

mysqlimport, or the database itself can do it too. No PHP required.
Post Reply