<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-874" /> <title>Untitled Document</title> <script type="text/javascript"> <!-- function MM_jumpMenu(targ,selObj,restore){ //v3.0 eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'"); if (restore) selObj.selectedIndex=0; } //--> </script> </head> <? $id_City=$_GET ["id_City"]; include "Connect.php"; $sql="select * from hotel WHERE City = '$id_City'"; $result=mysql_db_query($dbname,$sql); ?> <body> <table width="903" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td> <div align="left"> <form name="form2" method="post" action=""> <div align="right"> <select name="jumpMenu" onchange="MM_jumpMenu('parent',this,0)"> <option value="0">-- select city --</option> <? include "CityCategory.php"; for ($i=1;$i<=count($Province);$i++){ echo "<option value='JumpCity2.php?id_City=$Province[$i]'>$Province[$i]</option>"; } ?> </select> <input type="submit" name="button" id="button" value="Submit" /> </div> </form> </div></td></tr> <tr> <td><form name="form1" method="post" action=""> <table width="803" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="43"><div align="center">No.</div></td> <td width="100"><div align="center">Images</div></td> <td width="260">Hotel Name</td> <td width="100"><div align="center">City</div></td> <td width="100"><div align="center">Price (USD)</div></td> <td width="100"><div align="center">Price (EU)</div></td> <td width="100"><div align="center">Details</div></td> </tr> <? while($r=mysql_fetch_array($result)) { ?> <tr> <td><div align="center"><?=$r["id_Hotel"];?></div></td> <td><div align="center"><img src="images_small/<?=$r["Thumbnails"];?>" border="0" align="middle" /></div></td> <td><?=$r["Hotel_name"];?></td> <td width="100"><div align="center"> <?=$r["City"];?> </div></td> <td width="100"><div align="center"> <?=$r["Price"];?> </div></td> <td width="100"> </td> <td width="100"> </td> </tr> <? } ?> </table> </form></td> </tr> </table> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง