| |
Sukhumvit
/ 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);
?>
| |
|
|
Novotel Lotus Bangkok
1 Soi Daeng Udom, Sukhumvit 33 Road, Klongton-North, Wattana, Bangkok 10110 Thailand. |
| |
SPECIAL
RATES FOR INTERNET USERS |
Valid
: Now to 30 Sep 06
Room Type |
SGL |
TWN |
Extra Bed |
| Superior Room |
3,400.++ |
3,750.++ |
N/A |
| Deluxe Room |
3,800.++ |
4,150.++ |
N/A |
| Suite Room |
5,700.++ |
N/A |
| Suite Deluxe |
9,500.++ |
N/A |
|
- All the ++ Prices are subject to 10% Service charge
and 7% Tax.
- All Rates are in Thai Baht.
|
|
| |
A very comfortable hotel in a great location close to Bangkoks best shopping and entertainment areas. Prom Pong BTS Skytrain is just minutes away giving easy access to all the main business and tourist areas within the city. The Novotel has spacious rooms, great views over the city and excellent personalised service.

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