| |
Phranakorn
/ 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);
?>
| |
|
|
Grande Ville Hotel
903 Mahachai Road, Phranakorn, Bangkok 10200 Thailand. |
|
SPECIAL
RATES FOR INTERNET USERS |
Valid
: now - 31 October 06
Room Type |
SGL |
TWN |
Extra Bed |
| Superior Room |
1,300.- |
1,500.- |
N/A |
| Deluxe Room |
1,600.- |
1,800.- |
N/A |
| JR.Sutie |
1,800.- |
2,000.- |
N/A |
|
- Above rate are inclusive ABF
- Nett Raes are inclusive of Service charge and Value
Added Tax.
- All Rates are in Thai Baht.
|
|
| |
The Grande Ville Hotel Bangkok is located in the vibrant, bustling commercial district of China Town, right in the heart of Bangkok. Grande Ville Hotel Bangkok is surrounded by shopping centres offering a myriad of products where there's so much variety to explore. Just a few minutes from the Grande Ville Hotel Bangkok guests will find some of Bangkok's main tourist attractions including the Grand Palace, Temple of the Emerald Buddha and the centuries-old Temple of the Reclining Buddha.

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