// Show Result
if ($error == "") {
header("location:show_cart.php");
return;
}
else {
$result = $error
. "<a href='#' onclick='history.back(); return false;'>กลับไป</a>";
}
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>ระบบตะกร้าสินค้า - เพิ่มสินค้าในตะกร้า</title>
</head>
<body>
<?=$result?>
</body>
</html>
แล้ว Error ตามนี้ครับ ผมทำตามหนังสือทุกอย่างแล้วคับ เช็คช่องว่างต่าง ๆ แล้ว ก็ยัง 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 '' at line 1