Hi,
I am trying to insert the contents of a csv file into a mysql database, i have the code bellow and it does work, however it only inserts 1000 records into the database? is there any way of changing this size as i need to insert another 1000?
"LOAD DATA INFILE '" .$temp." ' replace INTO TABLE ".$test." FIELDS TERMINATED BY','
Thanks,
Rich