<div class="container"> <table id='customers' border='1' > <thead> <tr> <th>#</th> <th>DATE</th> <th>TIME</th> <th>PLANT</th> <th>USERNAME </th> <th>IPADRESS</th> <th>PROBLEM</th> <th>DETAIL</th> <th>STATUS</th> </tr> </thead> <?php $query = "select * from repair_data"; $result = mysqli_query($con,$query); while($row = mysqli_fetch_array($result)){ $id_data = $row['id_data']; $date = $row['date']; $time = $row['time']; $re_plant = $row['re_plant']; $name_re = $row['name_re']; $ipadress = $row['ipadress']; $problem = $row['problem']; $status = $row['status']; echo "<tr>"; echo "<td>".$id_data."</td>"; echo "<td>".$date."</td>"; echo "<td>".$time."</td>"; echo "<td>".$re_plant."</td>"; echo "<td>".$name_re."</td>"; echo "<td>".$ipadress."</td>"; echo "<td>".$problem."</td>"; echo "<td><button data-id_data='".$id_data."' class='userinfo btn btn-info btn-xs'>VIEW</button></td>"; echo "<td>".$status."</td>"; echo "</tr>"; } ?> </table>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง