| |
Mountain Beach Hotel
/
Pataya 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);
?>
| |

378/16 moo 12, Phatamnuk Rd.,
Soult Pattaya, City 20260
|
|
Internet Reservation Office
in Bangkok, Thailand
Fax : (662) 2150574
|
| |
SPECIAL
RATES FOR INTERNET USERS |
Valid
:
Room Type |
Rate |
Extra Bed |
| Single Room |
1,766.- |
N/A |
| Twin Room |
1,766.- |
N/A |
|
- Above rate are inclusive ABF
- Nett Raes are inclusive of Service charge and Value
Added Tax.
- All Rates are in Thai Baht.
|
|
| |
| Located on a hill in South Pattaya, this modern luxury hotel offers an excellent panoramic view of the sea with superb cuisine and great leisure facilities. All rooms are fully equipped with air conditioning, refrigeration, mini-bar, bathtub with hot and cold water, satellite TV, and IDD telephone.

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