include('con-db.php');
$sql=("INSERT INTO product(model,brand,detail,images) VALUES($model,$brand,$detail,$new_images)");
mysql_query($sql) or die(mysql_error());
?>
------------------- ผมลองให้แสดงค่าที่รับมาโดยไม่ได้ยัดลงดาต้าเบส ค่าที่รับมาแสดงได้ปกติ
แต่พอเชื่อมดาต้าเบสก็ขึ้น No database selected ----------
----------------------------------
แต่ถ้าผมเอาไฟล์ con ไปใส่หน้าเดียวกะไฟล์ php จะขึ้น ------
Code
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 '��ายละเอียดสินค้า,new_Tulips.jpg)' at line 2
ไฟล์ con เชื่อมต่อดาต้าเบสได้ปกติครับ
--------------------- ช่วยทีครับ ---------------- ยิ่งแก้ยิ่งเพี้ยน
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 '��ายละเอียดสินค้า,new_Tulips.jpg)' at line 2
แก้เป็น
Code (PHP)
$sql=("INSERT INTO product(model,brand,detail,images) VALUES('$model','$brand','$detail','$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,images) VALUES('cc100','mitsu','good','ar','new_Koala.jpg')' at line 1
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,images) VALUES('cc100','mitsu','good','ar','new_Koala.jpg')' at line 1