| |
Ratchatevee
/ 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);
?>
| |
|
|
Century Park Hotel
9 Ratchaprarop Road, Makkasan, Ratchatevee, Bangkok 10400 Thailand. |
|
SPECIAL
RATES FOR INTERNET USERS |
Valid
: April 01,2006 - October 31,2006
Room Type |
SGL |
TWN |
Extra Bed |
| Superior Room |
2,000.- |
2,300.- |
N/A |
| Deluxe Room |
2,500.- |
2,800.- |
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 within a commercial and shopping area, Century Park Hotel offers international standards of service. With well-appointed contemporary Thai style rooms and excellent facilities including a Clark Hatch Fitness Center, this hotel is good value and ideal for the business and vacationing traveller. The hotel is about 15 minutes walk to the markets and shops of Pratunam, the Indra Arcade, and within easy access to the Bangkok airport expressway.
|
$count++;
}
?>
|
|
|