| List
of Hotels in Chiangrai |
|
Hotel |
Availability |
require_once("connect_db.php");
require_once("function.php");
$conn = connect_db("datarequest");
if(!$conn)
echo"เกิดความผิดพลาด ไม่สามารถติดต่อกับฐานข้อมูลได้";
$sql = "select HId, HName, HAddressLocate, HImage, CityName from hotel,city where hotel.CityID = city.CityID and hotel.CityID = '$CityID' ";
$result = mysql_query($sql);
echo $hwel;
$num_row = mysql_num_rows($result);
$count=0;
while ($count < $num_row)
{
$row = mysql_fetch_array($result);
?>
| |
|
| Anantara Resort & Spa Golden Triangle |
Not Avaliable |
| Dusit Island Resort |
Not Avaliable |
| The Imperial Golden Triangle Resort |
Rate Avaliable |
| Little Duck Chiangrai Hotel |
Not Avaliable |
| Rimkok Resort |
Not Avaliable |
| The River House Hotel |
Not Avaliable |
| Suantip Vana Resort |
Not Avaliable |
| Wangcome Hotel |
Not Avaliable |
| Wiang Inn Hotel |
Not Avaliable |
$count++;
}
?>
|
|
|