| |
Ladprao 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);
?>
| |
|
|
The Chaleena Hotel
453 Ladprao Road, Wangthonglang, Bangkok 10310 Thailand. |
| |
SPECIAL
RATES FOR INTERNET USERS |
Valid
:
Room Type |
SGL |
TWN |
Extra Bed |
| Superior Room |
00 |
00 |
00 |
| Deluxe Room |
00 |
00 |
00 |
| Asia Suite (1 Bed Room) |
00 |
00 |
- |
| Asia Suite (1 Bed Room) |
00 |
00 |
- |
|
- All the ++ Prices are subject to 10% Service charge
and 7% Tax.
- Nett Raes are inclusive of Service charge and Value
Added Tax.
- All Rates are in Thai Baht.
|
|
| |
Located in the heart
of the town, between Lat Phrao and Ramkamhaeng road,
along the historical canal, Saen Saeb, near the entertainment
complexes and shopping arcades, such as Central Plaza,
The Mall Shopping complex, Nasa Spacedrome and others.
|
$count++;
}
?>
|
|
|