| |
Sukhumvit 26 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);
?>
| |
|
|
The Four Wings Hotel
40 Sukhumvit 26 Road, Klongton, Klongtoey, Bangkok 10110 Thailand. |
| |
SPECIAL
RATES FOR INTERNET USERS |
Valid
: now to 31-Oct-06
Room Type |
Rate |
Extra Bed |
| Single Room |
2,550++ |
N/A |
| Twin Room |
2,900++ |
N/A |
|
- All the ++ Prices are subject to 10% Service charge
and 7% Tax.
- Above rate are inclusive ABF
- All Rates are in Thai Baht.
|
|
| |
The Four Wings Hotel is the ideally located for business and leisure travellers. Convenient access is provided to Rama IV - the business and financial districts and Sukhumvit the leading entertainment and shopping area.

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