<html> <head> <title>ThaiCreate.Com PHP & MySQL Tutorial</title> </head> <body> <form name="frmSearch" method="get" action="<?=$_SERVER['SCRIPT_NAME'];?>"> <table width="599" border="1"> <tr> <th><p>Keyword <input name="txtKeyword" type="text" id="txtKeyword" value="<?=$_GET["txtKeyword"];?>"> <input type="submit" value="Search"> </p> <p>เครื่องทำน้ำอุ่น มี <input type="radio" name="air" id="yes" value="<?=$_GET["yes"];?>"> <label for="air"></label> ไม่มี <input type="radio" name="radio2" id="no" value="<?=$_GET["no"];?>"> <label for="air"></label> </p> <p>ที่จอดรถ มี <input type="radio" name="radio3" id="yes" value="<?=$_GET["yes"];?>"> <label for="radio3"></label> ไม่มี <input type="radio" name="radio4" id="no" value="<?=$_GET["no"];?>"> <label for="radio4"></label> </p> <p>อินเทอร์เน็ต มี <input type="radio" name="radio5" id="yes" value="<?=$_GET["yes"];?>"> <label for="radio5"></label> ไม่มี <input type="radio" name="radio6" id="no" value="<?=$_GET["no"];?>"> <label for="radio6"></label> </p> <p>โทรทัศน์ มี <input type="radio" name="radio7" id="yes" value="<?=$_GET["yes"];?>"> <label for="radio7"></label> ไม่มี <input type="radio" name="radio8" id="no" value="<?=$_GET["no"];?>"> <label for="radio8"></label> </p> </table> </form> <? if($_GET["txtKeyword"] != "") { $objConnect = mysql_connect("localhost","root","root") or die("Error Connect to Database"); $objDB = mysql_select_db("project"); // Search By Name or Email $strSQL = "SELECT * FROM markers WHERE (name LIKE '%".$_GET["txtKeyword"]."%' or price LIKE '%".$_GET["txtKeyword"]."%' )"; mysql_query("set names UTF8"); $objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]"); ?> <table width="600" border="1"> <tr> <th width="91"> <div align="center">CustomerID </div></th> <th width="98"> <div align="center">Name </div></th> <th width="198"> <div align="center">Email </div></th> <th width="97"> <div align="center">CountryCode </div></th> <th width="59"> <div align="center">Budget </div></th> <th width="71"> <div align="center">Used </div></th> </tr> <? while($objResult = mysql_fetch_array($objQuery)) { ?> <tr> <td><div align="center"><?=$objResult["dorm_id"];?></div></td> <td><?=$objResult["name"];?></td> <td><?=$objResult["lat"];?></td> <td><div align="center"><?=$objResult["lng"];?></div></td> <td align="right"><?=$objResult["info"];?></td> <td align="right"><?=$objResult["price"];?></td> </tr> <? } ?> </table> <p> <? mysql_close($objConnect); } ?> </p> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง