while($row=$stmt->Fetch(PDO::FETCH_ASSOC)){?> <tr> <td></td> <td class="text-center"><?php echo $row['bchname']?></td> <td class="text-center hidden-xs"><?php echo $row['bchaddress']?></td> <td class="text-center hidden-xs"><?php echo $row['eletriccost']?></td> <td class="text-center hidden-xs"><?php echo $row['watercost']?></td> <td class="text-center hidden-xs"></td> <td class="text-center hidden-print"> <a href="/MaliApartment/users/branch/1925/detail.php" class="btn btn-success" > <span class="glyphicon glyphicon-zoom-in" aria-hidden="true"></span> ดูข้อมูล </a> <a href="/user/branch/1925/unit" class="btn btn-info"><span class="glyphicon glyphicon-bed" aria-hidden="true"></span> บริหารห้อง <span class="badge">4</span></a></td> </tr>
<a href="/MaliApartment/users/branch/detail.php?id=<?=$row['id']?>"
<a href="/MaliApartment/users/branch/detail.php?id=<?php echo $row['apart_ID']?>" class="btn btn-success" > <span class="glyphicon glyphicon-zoom-in" aria-hidden="true"></span> ดูข้อมูล </a>
<?php $id=$_REQUEST['apart_ID']; $sql="select * from branch where apart_ID='".$id."'"; $stmt=$conn->prepare($sql); try{ $stmt->execute(); $row=$stmt->Fetch(PDO::FETCH_ASSOC); }catch(Exception $exc){ echo $exc->getTraceAsString(); } if(isset($_POST["submitted"])){ Try{ $stmt->execute(); echo "<script type='text/javascript'>alert('บันทึกข้อมูลเรียบร้อย');</script>"; }catch(Exception $exc){ echo $exc->getTraceAsString(); } } ?>
$id=filter_input(INPUT_GET, 'apart_ID');
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง