I am having a little problem with this query....
$query=do_query("LOAD DATA LOCAL INFILE '".$the_file_name."' INTO TABLE '".$tablename."' FIELDS TERMINATED BY ',' ENCLOSED BY '\"' LINES TERMINATED BY '\\r\\n'");
$the_file_name and $tablename come out OK yet it says I have an error as follows:
Error in sql: You have an error in your SQL syntax near ''fred' FIELDS TERMINATED BY ',' ENCLOSED BY '"' LINES TERMINATED BY '\r\n'' at line 1 Using: LOAD DATA LOCAL INFILE '/tmp/phpNoPUeg' INTO TABLE 'fred' FIELDS TERMINATED BY ',' ENCLOSED BY '"' LINES TERMINATED BY '\r\n'
Anyone have any ideas ?