HOME > PHP > PHP Forum > insert data ไม่ลงเกิดจากอะไรครับช่วยที You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax
insert data ไม่ลงเกิดจากอะไรครับช่วยที You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax
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 'group,detail,img) VALUES('ถังโยกสะพายหลังแบบ' at line 1
คำสั่ง insert
Code (PHP)
$sql=("INSERT INTO product(name,code,group,detail,img) VALUES('$name','$code','$group','$message','$new_images')");
mysql_query($sql) or die(mysql_error());
$sql="INSERT INTO product (name,code,group,detail,img) VALUES('$name','$code','$group','$message','$new_images')";
mysql_query($sql) or die ("ไม่สามารถเพิ่มข้อมูลได้").mysql_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 'group,detail,img) VALUES('ถังโยกสะพายหลังแบบ' at line 1