<? session_start(); ?> <!doctype html> <html> <head> <meta charset="utf-8"> <title>Untitled Document</title> <style type="text/css"> body { background-image: url(images/_notes/metal-background-60.jpg); } </style> </head> <? if ((empty($_SESSION["username"])) or (empty($_SESSION["password"]))){ //header("location:admin.htm"); ?> <script type="text/javascript"> window.location="customer_login.php"; </script><?php exit; } include "customer_menu.php"; ?> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <html> <body> <br><br> <center> รายละเอียดข้อมูลใบสั่งซื้อสินค้า</center><br> <? include "connect.php"; $id = $_GET["id"]; $sql = "select * from orders where order_id = $id"; $ex = mysql_query($sql, $conn); $rs = @mysql_fetch_array($ex); $code = sprintf("%05d", $rs[order_id]); ?> <table width="700" border="0" align="center" cellpadding="5"> <tr> <td width="150"><b>เลขที่ใบสั่งซื้อ</b></td> <td><?=$code?></td> </tr> <tr> <td><b>วันสั่งซื้อ</b></td> <td><?=$rs["order_date"]?></td> </tr> <tr> <td><b>ชื่อ - สกุล</b></td> <td><?=$rs["order_name"]?></td> </tr> <tr> <td><b>อีเมล์</b></td> <td><?=$rs["order_email"]?></td> </tr> <tr> <td><b>ที่อยู่</b></td> <td><?=$rs["order_address"]?></td> </tr> <tr> <td><b>เบอร์โทรศัพท์</b></td> <td><?=$rs["order_phone"]?></td> </tr> </table> <br><br> <table width="700" border="1" align="center"> <tr bgcolor="#00CCCC" align="center"> <td>รหัสสินค้า</td> <td>ชื่อสินค้า</td> <td>จำนวน</td> <td>ราคา</td> <td>ราคารวม</td> </tr> <? include "connect.php"; $sql2 = "select * from product inner join order_detail where product.product_id = order_detail.product_id and order_id = $id "; $ex2 = mysql_query($sql2, $conn); $rs2 = @mysql_fetch_array($ex2); while($rs2=@mysql_fetch_array($ex2)) { $product_code = sprintf("%05d", $rs2[product_id]); $total_unit = $rs2[order_number] * $rs2[order_price]; $total += $total_unit; ?> <tr align="center"> <td><?=$product_code?></td> <td><?=$rs2[product_name]?></td> <td><?=$rs2[order_number]?></td> <td><?=$rs2[order_price]?></td> <td><?=$total_unit?></td> </tr> <? } mysql_close($conn); ?> </table> <br><br> <center><b>จำนวนเงินทั้งหมด <?=$total?> บาท</b></center> <br> </body> </html> <body> </body> </html>
$sql2 = "select * from product inner join order_detail where product.product_id = order_detail.product_id and order_id = $id "; echo $sql2; $ex2 = mysql_query($sql2, $conn); $rs2 = @mysql_fetch_array($ex2);
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง