<? session_start(); $remove=$_REQUEST["what"]; unset($cart[$remove]); ?>
<? session_start(); $remove=$_REQUEST["what"]; unset($cart[$remove]); header("location:show_cart.php"); return; ?>
<?php session_start(); if(!isset($_SESSION['user'])) { session_destroy(); header("Location:login.php"); } ?>
<? session_start(); $remove=$_REQUEST["what"]; if(!isset($_SESSION['cart'])) { unset($cart[$remove]); header("location:show_cart.php"); } ?>
<? session_start(); $remove=$_REQUEST["what"]; if($remove!="") { unset($cart[$remove]); header("location:show_cart.php"); } ?>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง