<?php $sql_loc = "SELECT * FROM location"; if(isset($_REQUEST["searchloc"])){ $sql_loc = "SELECT * FROM location"; if($_POST["keyword"]!=""){ $sql_loc .= " where loc_name like '%".$_POST["keyword"]."%' or loc.address like '%".$_POST["keyword"]."%' ORDER BY loc_id ASC"; $result_loc = mysql_query($sql_loc); }else{ $result_loc = mysql_query($sql_loc); } }else{ $result_loc = mysql_query($sql_loc); } $result_loc = mysql_query($sql_loc); ?> <DIV id=search-results-display > <table width="100%" cellspacing="0" bgcolor="#8DB9BC"> <form name="searchForm" method="post" action="?searchloc=1"> <tr> <td align="right" style="border-bottom:none;"> <table><td>ค้นหาตำแหน่งสถานที่</td><td ><input type="text" name="keyword" value="<?=$_REQUEST["keyword"]?>" ></td> <td><input name="searchButton" type="image" src="images/search.png" ></td> </table> </td> </tr> </form> </table> </DIV>
<?php $sql_loc = "SELECT * FROM location"; if(isset($_REQUEST["searchloc"])){ $sql_loc = "SELECT location.loc_name, location.loc_address,locationtype.loctype_name FROM location, locationtype"; if($_POST["keyword"]!=""){ $sql_loc .= " where location.location_id=locationtype.loctype_id and loc_name like '%".$_POST["keyword"]."%' or loc_address like '%".$_POST["keyword"]."%' ORDER BY loc_id ASC"; // เพิ่มเงื่อนไข คำสั่ง sql $result_loc = mysql_query($sql_loc); }else{ $result_loc = mysql_query($sql_loc); } }else{ $result_loc = mysql_query($sql_loc); } $result_loc = mysql_query($sql_loc); ?> <DIV id=search-results-display > <table width="100%" cellspacing="0" bgcolor="#8DB9BC"> <form name="searchForm" method="post" action="?searchloc=1"> <tr> <td align="right" style="border-bottom:none;"> <table><td>ค้นหาตำแหน่งสถานที่</td><td ><input type="text" name="keyword" value="<?=$_REQUEST["keyword"]?>" ></td> <td><input name="searchButton" type="image" src="images/search.png" ></td> </table> </td> </tr> </form> </table> </DIV>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง