| |
Phaholyothin Road /
Bangkok Thailand |
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);
?>
| |
|
|
Asia Airport Hotel
99/2 Moo 8 Phaholyothin Road, Kukod, Lamlukka, Pathumthani,
12130 Thailand. |
|
SPECIAL
RATES FOR INTERNET USERS |
Valid
: 1May 2005 - 31 March 2006
Room Type |
Rate |
Extra Bed |
| Single Room |
1,250++ |
N/A |
| Twin Room |
1,450++ |
N/A |
|
- All the ++ Prices are subject to 10% Service charge
and 7% Tax.
- All Rates are in Thai Baht.
|
|
| |
The Asia Airport Hotel
is located in a complex situated 3 kms north of the
Bangkok domestic and international airports. The hotel
does not suffer from airport noise.

|
$count++;
}
?>
|
|
|