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

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -