| |
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);
?>
| |
|
Manhattan Hotel
13 Soi 15 Sukhumvit Road, Klongtoey Nue, Wattana, Bangkok 10110 Thailand. |
| |
SPECIAL
RATES FOR INTERNET USERS |
Valid
: 01 October 05 - 31 December 06
Room Type |
SGL |
| Single Room |
1,500 |
| Twin Room |
1,700 |
|
- Rates are inclusive of American Buffet Breakfast
- Nett Raes are inclusive of Service charge and Value
Added Tax.
- All Rates are in Thai Baht.
|
|
| |
The Manhattan Hotel Bangkok is conveniently located in central Bangkok and is easily accessible to the historical landmarks that have made Thailand renowned worldwide. When in the mood to shop, select from several deluxe air-conditioned shopping malls within minutes of the Manhattan hotel.

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