I just run this command and I resulted in having many null
rows:
$query = "LOAD DATA LOCAL INFILE '$file_destination'
INTO TABLE tbl_data";
$result = mysql_query($query);
// File destination is the place of the uploaded file
Any help?