I have this: $query = "LOAD DATA LOCAL INFILE '/home/data.txt' INTO TABLE mytable FIELDS TERMINATED BY ',' ENCLOSED BY '" . '"' . "' "; $result = MYSQL_QUERY($query); PRINT "<br>$query2<br>";
The query doesn't take ... but if I cut and paste the printed response into the mysql server manually ... works like a charm :-(