php - Load Data creates many null rows in mysql -
i run command , resulted in having many null rows:
$query = "load data local infile '$file_destination' table tbl_data"; $result = mysql_query($query); // file destination place of uploaded file any help?
Comments
Post a Comment