คืือผมอยากให้$item[name] จากbasket INSERT INTO order_detail
output
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 'Blue package( ระบบห้องสมุด))' at line 1 (error ที่ confirm_order.php)
หมายความว่าอะไรหรอครับ
confirm_order.php Code (PHP)
// confirm_order.php
foreach ($cart as $product_id => $item) {
$sql = "INSERT INTO order_detail"
. " (amount, product_id, order_id,detail_id)"
. " VALUES($item[amount], $product_id, $order_id,$item[name])";
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 'Blue package( ระบบห้องสมุด))' at line 1
มัน error ตรงไหนครับ เท่าทีดูปัญหามีสองอย่าง field กับ value มีจำนวนไม่เท่ากัน แล้วก็ถ้าอยากใส่ string เข้าไปให้ใส่ single quote ครอบไว้ด้วย มันถึงจะลง