<form method="POST" novalidate="novalidate"> <div class="control-group"> <div class="form-group <?/*floating-label-form-group controls mb-0 pb-2*/?>"> <label>รหัสสมาชิก/เบอร์โทรศัพท์</label> <?/*<input class="form-control input-lg" id="itemname" type="text" placeholder="" required="required" data-validation-required-message="กรุณาป้อน รหัสสมาชิก/เบอร์โทรศัพท์" autocomplete="off">*/?> <input type="text" name="itemname" id="itemname" class="form-control" placeholder="ข้อความ คำค้นหา!" autocomplete="off"> <p class="help-block text-danger"></p> </div> </div> <br> <div id="success"></div> <div class="form-group"> <?/*<button type="submit" class="btn btn-primary btn-xl" id="btnSearch">ตรวจสอบแต้มสะสม</button>*/?> <button type="button" class="btn btn-primary" id="btnSearch" data-toggle="modal" data-target="#exampleModal"> <span class="glyphicon glyphicon-search"></span> ค้นหา </button> </div> <!-- ส่วน DataBase --> <? $db_customer = new database(); if(isset($_POST['itemname']) && $_POST['itemname'] != ''){ // เช็คว่ามีการกดค้นหาหรือไม่และเช็คว่าเป็นค่าว่างหรือไม่ $select_customer_id = isset($_POST['itemname']) ? $_POST['itemname'] : ""; $sql_customer = "Select * from "._prefix."customer where CustomerID = '{$_POST['itemname']}' or MobileNo ='{$_POST['itemname']}' "; // ค้นหาด้วย CustomerID และ MobileNo /*CustomerID='{$select_customer_id}' order by id asc";*/ $query_customer = $db_customer->query($sql_customer); $rows_customer = $db_customer->rows($query_customer); //if ($rows_customer > 0) { while ($rs_customer = $db_customer->get($query_customer)) { //$spc = ($rs['group_id']==$rs_group['id']) ? "selected" : ""; ?> <!-- Modal search--> <!-- Pop up --> <div class="modal fade" id="exampleModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title" id="exampleModalLabel">ข้อมูลสมาชิก</h5> <button type="click" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> <div class="modal-body"> <td nowrap>รหัสสมาชิก : </td><?php echo $rs_customer['CustomerID']; ?> <br> <td nowrap>ชื่อ : </td><?php echo $rs_customer['FullName']; ?> <br> <td nowrap>เบอร์โทรศัพท์ : </td><?php $var = $rs_customer['MobileNo']; $var = substr_replace($var, str_repeat("x", 4), 6, 4); echo $var; ?> <br> <td nowrap>แต้มสะสม : </td><?php echo $rs_customer['TotalPoint']; ?> </div> <div class="modal-footer"> <button type="button" class="btn btn-secondary" data-dismiss="modal">ปิด</button> </div> </div> </div> </div> <script src="<?php echo $baseUrl; ?>/dist/js/jquery-1.11.2.min.js"></script> <?php }} //}?> </form> <div class="loading"></div> <div class="row" id="list-data" style="margin-top: 10px;"> </div>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง