| |
Rama III 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);
?>
| |
|
|
Montien Riverside Hotel
372 Rama III Road, Bangkhlo, Bangkoleam, Bangkok 10120 Thailand. |
| |
SPECIAL
RATES FOR INTERNET USERS |
Valid
:
Room Type |
SGL |
TWN |
Extra Bed |
| Superior Room |
3,500 |
3,850 |
00 |
|
- All the ++ Prices are subject to 10% Service charge
and 7% Tax.
- All Rates are in Thai Baht.
|
|
| |
This 27-storey deluxe hotel offers 462 luxuriously appointed guest rooms and suites, all of which command spectacular views of the Chao Phraya River, "River of Kings." Its excellent facilities and relaxing ambience make the Montien Riverside the discerning traveller's ideal choice whether on business or pleasure.

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