Welcome Guest, Not a member yet? Register   Sign In
How upload data example.txt into database
#2

[eluser]Dennis Rasmussen[/eluser]
Documentation you need: http://dev.mysql.com/doc/refman/5.1/en/load-data.html

1. Upload TXT file to your webroot
2. Setup your table in your database (make sure it has the same amount of fields as the data in your txt file)
3. Run the following Query:

Code:
$this->db->query("LOAD DATA INFILE 'example.txt' INTO TABLE table_name FIELDS TERMINATED BY ' '");


Messages In This Thread
How upload data example.txt into database - by El Forum - 09-28-2010, 10:08 PM
How upload data example.txt into database - by El Forum - 09-29-2010, 02:19 AM



Theme © iAndrew 2016 - Forum software by © MyBB