spewn
Programmer
- May 7, 2001
- 1,034
can i upload a .csv file to work with mysql?
- g
- g
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
$dbh=DBI->connect("DBI:mysql:db1_db2:localhost","exm_dbbb","pass");
$sth=$dbh->prepare("LOAD DATA INFILE 'namesfl.txt' INTO TABLE namesfld");
$sth->execute;