faqts : Computers : Programming : Languages : PHP : Database Backed Sites : MySQL

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

3 of 37 people (8%) answered Yes
Recently 1 of 10 people (10%) answered Yes

Entry

How does one dump a csv file (on a local drive) into a mySQL web database using php3?

Jan 5th, 2001 08:15
Dan Thies, Dono Orbin,


The simplest way to do this is to use the phpMyAdmin tool, which has an 
import capability built in.  If you don't want to use it directly, you 
could just as easily use the source code to fashion your own import 
tool.