<? ob_start(); session_start(); include"connect.php"; $id=$_POST["id"]; $amount1=$_POST["amount1"]; $error=""; if($amount=""){ echo '<script language="javascript">'."\n"; echo '<!--'."\n"; echo "alert ('ไม่ระบุจำนวนสินค้า'); \n"; echo "window.location='maindetail.php'"; echo '//-->'."\n"; echo '</script>'."\n"; exit (); } // echo "<center><font color='red'><b>ไม่ระบุจำนวน</b></font></center><br>"; //echo "<meta http-equiv='refresh' content='2;url=maindetail.php'>"; // exit(); //} mysql_query("SET NAMES utf8") or die (mysql_error()); if($error==""){ $sql="select* from product where id=$id"; echo $sql; $re=mysql_query($sql) or die (mysql_error()); $row=mysql_fetch_array($re); if(!isset($_SESSION["cart"])){ $_SESSION["cart"]=array(); } $_SESSION["cart"][$id]=array("name"=>$row["name_pr"], "price2"=>$row["price2"], "price3"=>$row["price3"], "amount1"=>$amount1); if($error==""){ header("location: mainshow_cart.php"); return; } else{ // $re=$error echo '<script language="javascript">'."\n"; echo '<!--'."\n"; echo "alert ('กลับไป '); \n"; echo "window.location='maindetail.php'"; echo '//-->'."\n"; echo '</script>'."\n"; exit (); } //."<a href='#'onclick='history.back();" //."return false;'>กลับไป</a>"; //} } ?> echo"<center><font color='red'><b>มีข้อผิดพลาด</b></font></center><br>"; echo "<meta http-equiv='refresh' content='2;url=detail1.php'>";exit(); } //mysql_close() //?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>เพิ่มสินค้าในตะกร้า</title> </head> <body> <? echo "$re";?> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง