<?php ob_start(); session_start(); require_once("config.php"); $strSQL = "SELECT * FROM member WHERE UserID = '".$_SESSION["UserID"]."'"; $objQuery = mysql_query($strSQL); $objResult = mysql_fetch_array($objQuery); ?> <!DOCTYPE html> <!-- Website template by freewebsitetemplates.com --> <html> <head> <meta charset="UTF-8" /> <title>Brand Kaicasen</title> <link rel="stylesheet" type="text/css" href="css/style.css" /> <!--[if IE 8]> <link rel="stylesheet" type="text/css" href="css/ie8.css" /> <![endif]--> <!--[if IE 7]> <link rel="stylesheet" type="text/css" href="css/ie7.css" /> <![endif]--> <!--[if IE 6]> <link rel="stylesheet" type="text/css" href="css/ie6.css" /> <![endif]--> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"><style type="text/css"> <!-- body { background-color: #FFFFFF; } --> </style></head> <body> <div id="header"> <div> <div> <div id="logo"> <a href="Homeadmin.php"><img src="images/logo.jpg" alt="Logo"/></a> </div> <div> <div> <a href="logout.php" class="last">Log out</a> </div> </div> </div> <ul> <li><a href="Homeadmin.php" class="style1">แสดงข้อมูลการสั่งซื้อ</a></li> <li><a href="product.php">แสดงข้อมูลสินค้า</a></li> <li><a href="addproduct.php">เพื่มสินค้า</a></li> <li><a href="editproduct.php">แก้ไขข้อมูลสินค้า</a></li> <li class="current"><a href="blog.php">ลบสินค้า</a></li> <li><a href="contact.php">จัดการสมาชิก</a></li> </ul> <div class="section"> <a href="Homeadmin.php"><img src="images/wedding.jpg" alt="Image" width="940"/></a> </div> <form name="form1" method="post" action=""> <table width="%" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor='#FAF0F5'> <thead> <tr> <th width="100" bordercolor="#78394e" bgcolor="#FFE6EE">รหัสสินค้า</th> <th width="100" bordercolor="#78394e" bgcolor="#FFE6EE">ภาพสินค้า</th> <th width="150" bordercolor="#78394e" bgcolor="#FFE6EE">ชื่อสินค้า</th> <th width="100" bordercolor="#78394e" bgcolor="#FFE6EE">ราคา</th> <th width="50" bordercolor="#78394e" bgcolor="#FFE6EE">จำนวน</th> <th width="150" bordercolor="#78394e" bgcolor="#FFE6EE">รายละเอียด</th> <th width="100" bordercolor="#78394e" bgcolor="#FFE6EE">จัดการข้อมูล</th> </tr> </thead> <? include ("config.php"); if ($ProductID>0){ $sql = "Delete from product where proid=$ProductID"; mysql_query($sql); } $sql = "SELECT * FROM product"; $result = mysql_query($sql); $totalPrice=0; /*echo"<center><table width='75%' border='0' bordercolor='' bgcolor='#F5F5F5' ><tr align='center'><td><b>รหัสสินค้า</b></td></center> <td> <b>ภาพสินค้า</b></td> <td> <b>ชื่อสินค้า</b></td> <td><b>ราคา</b></td> <td><b>จำนวนสินค้า</b></td> <td><b>รายละเอียด</b></td> <td><b>จัดการข้อมูล</b> </td></tr>";*/ while($row=mysql_fetch_array($result)){ $ProductID = $row["proid"]; $productName = $row["proname"]; $productPrice = $row["proprice"]; $productTotal = $row["prototal"]; $productModel = $row["promodel"]; $pic = $row["propic"]; //echo "<tr bgcolor='#F5F5F5' align='center'><form id='form1' name='form1' method='post' action='Editproduct.php'>"; echo "<br>"; echo "<td><center>$ProductID<input name='ProductID' type='hidden' value='$ProductID'></center> </td>"; echo"<td><center><img src='$pic' width='150' height='150' border='1'></td></center>"; echo "<td><center>$productName</center></td>"; echo "<td><center>$productPrice</center></td>"; echo "<td><center>$productTotal</center></td>"; echo "<td><center>$productModel</center></td>"; echo "<td><center><input type='submit' name='Delete' id='Delete' value='Delete' onclick=" ?> <? "/>"; echo "</td></form></tr>"; } echo "</table>"; ?> </form> <p> </p> </div> </div> <div id="footer"> <div id="navigation"></div> </div> </body> </html>
$sql = "Delete from product where proid=$ProductID"; echo $sql;
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง