I'm getting the following sytnax error:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Null, Timeover)VALUES ('1','M','Bless','3','N','1117879200')' at line 1
My code is:
$insert=mysql_query("INSERT INTO effect_tb (Kno, Type, Ref, BDef, Null, Timeover) VALUES ('$det[Knumber]','M','$magic_details[Name]','3','N','$in_time')",$link) or die(mysql_error());
I did check that the col names are correct.
I just can't find the sytnax error ๐
Can anyone help me?