<? 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"); } ?> <?/* This code download from www.ThaiCreate.Com */ ?>
<? 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"]); // ตรวจสอบว่ามีค่าใน Array หรือยังครับ 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"); } ?> <?/* This code download from www.ThaiCreate.Com */ ?>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง