<?php session_start(); ?> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=tis-620" /> <title>remove-product</title> </head> <body> <?php include("../dbconn.inc.php"); $ProductID = $_GET['pid']; if ($ProductID!=0){ $sql = "DELETE from product WHERE pro_id=$ProductID"; mysql_query($sql); header("Refresh: 1; url=product_main.php"); } else { header("Refresh: 1; url=product_main.php"); } ?> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง