Quote:<?php require 'header.php'; $meSql = "SELECT * FROM Orders"; $meQuery = mysql_query($meSql); $action = isset($_GET['a']) ? $_GET['a'] : ""; $itemCount = isset($_SESSION['cart']) ? count($_SESSION['cart']) : 0; if(isset($_SESSION['qty'])){ $meQty = 0; foreach($_SESSION['qty'] as $meItem){ $meQty = $meQty + $meItem; } }else{ $meQty=0; } ?> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>CUSTOMER LIST</title> <!-- Bootstrap --> <link href="bootstrap/css/bootstrap.min.css" rel="stylesheet"> <link href="bootstrap/css/nava.css" rel="stylesheet"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="center"> <?php if($action == 'exists'){ echo "<div class=\"alert alert-warning\">เพิ่มจำนวนสินค้าแล้ว</div>"; } if($action == 'add'){ echo "<div class=\"alert alert-success\">เพิ่มสินค้าลงในตะกร้าเรียบร้อยแล้ว</div>"; } if($action == 'order'){ echo "<div class=\"alert alert-success\">สั่งซื้อสินค้าเรียบร้อยแล้ว</div>"; } if($action == 'orderfail'){ echo "<div class=\"alert alert-warning\">สั่งซื้อสินค้าไม่สำเร็จ มีข้อผิดพลาดเกิดขึ้นกรุณาลองใหม่อีกครั้ง</div>"; } ?> <table class="table table-striped"> <thead> <tr> <th>วันที่</th> <th>ชื่อผู้สั่ง</th> <th>ที่อยู่</th> <th>เบอร์โทรศัพท์</th> </tr> </thead> <tbody> <?php while ($meResult = mysql_fetch_assoc($meQuery)) { ?> <tr> <td><?php echo $meResult['order_date']; ?></td> <td><?php echo $meResult['order_fullname']; ?></td> <td><?php echo $meResult['order_address']; ?></td> <td><?php echo $meResult['order_phone']; ?></td> <td><?php if($show[m_status] == "admin") { ?> <form action="process/delete.php" method="post"> <input type="hidden" name="type_id" value="<?=$id?>"> <input type="hidden" name="produuct_id" value="<?=$row[product_code]?>"> <center> <input type="submit" name="" value="DELETE" class="btn btn-danger"></center> </form> <?php } ?></td> </tr> <?php } ?> </tbody> </table> </div> <?php include "footer.php" ?> </body> </html> <?php mysql_close(); ?>
<?php if(isset($_GET['dltid'])){ if(mysqli_query($con_AD,"DELETE FROM Orders WHERE product_code='$_GET[dltid]'; ")){ echo"<meta http-equiv='refresh' content='0;url=main.php'>"; }else{ echo "<script> alert('Detele Faill!!!'); </script>"; } } ?>
<a onClick="return confirm('Are you Sure to Detele?')" href='?dltid=<?php echo $row['product_code']"; ?>'> <img src="img/001_02.gif" width='20' height='20' style='margin-top:5px;' ></a>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง