<?php error_reporting(0); ?> <div class="container"> <div class="row"> <div class="table-responsive"> <div class="panel panel-info"> <div class="panel-heading"> ตรวจสอบสถานะการสั่งซื้อสินค้า </div> <center><div class="panel-body"> <form name="frmSearch" method="get" action="<?php echo $_SERVER['SCRIPT_NAME'];?>"> <table class="table"> <tr> <th>กรุณากรอกหมายเลขการสั่งซื้อ/หรือชื่อของท่าน <input name="txtKeyword" type="text" id="txtKeyword" value="<?php echo $_GET["txtKeyword"];?>"> <input type="submit" value="ค้นหา"></th> </tr> </table> </form></center> <?php if($_GET["txtKeyword"] != "") { $mysqli = mysqli_connect("localhost","id3123338_bigsizeworth","0856435587") or die("Error Connect to Database"); $mysqli->select_db("id3123338_bigsizeworth_db"); mysqli_query($mysqli,"SET NAMES UTF8"); // Search By Name or Email $strSQL = "SELECT * FROM new_oder WHERE (OrderID LIKE '%".$_GET["txtKeyword"]."%' or name LIKE '%".$_GET["txtKeyword"]."%' )"; $status = ""; $objQuery = mysqli_query($mysqli,$strSQL) or die ("Error Query [".$strSQL."]"); $status = 0; if($status==0){ echo "<font color='red'> รอชำระเงิน </font>"; } elseif ($status==1) { echo "<font color='green'> รอตรวจสอบการชำระเงิน </font>"; } elseif ($status==2) { echo "<font color='blue'> ชำระเงินถูกต้อง </font>"; } else{ echo "<font color='orange'> ตรวจสอบการจัดส่งสินค้า </font>"; echo "<h1> รหัส EMS xxxx </h1>"; } ?> <div class="table-responsive"> <table class="table"> <tr> <th width="91" class="bg-primary"> <div align="center"><font color="#ffffff">OrderID </font></div></th> <th width="98" class="bg-primary"> <div align="center"><font color="#ffffff">ชื่อลูกค้า </font></div></th> <th width="198" class="bg-primary"> <div align="center"><font color="#ffffff">ที่อยู่ในการจัดส่ง </font> </div></th> <th width="97" class="bg-primary"> <div align="center"><font color="#ffffff">หมายเลขโทรศัพท์ </font></div></th> <th width="59" class="bg-primary"> <div align="center"><font color="#ffffff">บัญชีธนาคาร </font></div></th> <th width="71" class="bg-primary"><div align="center"> <font color="#ffffff"> สถานะของสินค้า</font> </div></th> </tr> <?php while($objResult = mysqli_fetch_array($objQuery)) { ?> <tr > <td class="bg-success"><div align="center"><?php echo $objResult["OrderID"];?></div></td> <td class="bg-success"><?php echo $objResult["name"];?></td> <td class="bg-success"><?php echo $objResult["address"];?> <?php echo $objResult["province"];?> <?php echo $objResult["amphur"];?> <?php echo $objResult["district"];?> <?php echo $objResult["postcode"];?></td> <td class="bg-success"><div align="center"><?php echo $objResult["tel"];?></div></td> <td class="bg-success"><?php echo $objResult["bank"];?> <?php echo $objResult["bankID"];?></td> <td class="bg-success"> <font color="#0000CC"> <?php echo $objResult["status"];?> </font></td> </tr> <?php } ?> </table></div></div> </div></div></div></div> <?php include('../menu-end/end1.php');?> <?php mysql_close($mysqli); } ?>
$status = 0; //กำหนดไว้อย่างนี้ ก็เข้าเงื่อนไข if($status==0){} ทุกกรณีสิครับ
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง