<? ob_start(); session_start(); if(!$_REQUEST[qty]){ echo "กรุณาใส่จำนวนสินค้าด้วย"; } else{ $chk_name= "select * from `product` where pro_name='$pro_name'"; $query_chk_name = mysql_query($chk_name); $num_chk_name = mysql_num_rows($query_chk_name); if($num_chk_name){ ?> <script language="javascript" type="text/javascript"> alert("สินค้าซ้ำในตะกร้าค่ะ"); location = "javascript:history.back()"; </script> <? } else{ include "connect.php"; $tb_conn="product"; $sql_showProduct="select * from $tb_conn where pro_id = '$_REQUEST[pro_id]'"; $query_showProduct=mysql_query($sql_showProduct); ?> <!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> <title>เพิ่มตะกร้า</title> </head> <body> สินค้าที่คุณสั่งซื้อคือ<br /> <? $result = mysql_fetch_array($query_showProduct); //$pic=$result[pro_pic]; echo "<img width=150 height=150 src=../img/photo/".$pic=$result[pro_pic]."><br>"; echo "product name".$result[pro_name]."<br>"; echo "product id".$result[pro_id]."<br>"; echo "product detail".$result[pro_detail]."<br>"; echo "product price".$result[pro_price]." บาท<br>"; SESSION_START(); $_SESSION[pro_idd] = $pro_idd; $_SESSION[qtyy] = $qtyy; $pro_idd[] = $pro_id; $qtyy[] = $qty; print_r($pro_idd); ?> <a href="cart_show.php">ตกลง</a> </body> </html> <? header("location:cart_show.php"); } } ?> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<? ob_start(); session_start(); if(!isset($_SESSION["intLine"])) { $_SESSION["intLine"] = 0; $_SESSION["strProductID"][0] = $_GET["ProductID"]; $_SESSION["strQty"][0] = 1; header("location:show.php"); } else { $key = array_search($_GET["ProductID"], $_SESSION["strProductID"]); if((string)$key != "") { $_SESSION["strQty"][$key] = $_SESSION["strQty"][$key] + 1; } else { $_SESSION["intLine"] = $_SESSION["intLine"] + 1; $intNewLine = $_SESSION["intLine"]; $_SESSION["strProductID"][$intNewLine] = $_GET["ProductID"]; $_SESSION["strQty"][$intNewLine] = 1; } header("location:show.php"); } ?>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง