| |
Pradipat Road, Sapankwai
/ 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);
?>
| |
|
|
Elizabeth Hotel
169/51 Pradipat Road, Sapankwai, Phayathai, Bangkok 10400 Thailand. |
| |
SPECIAL
RATES FOR INTERNET USERS |
Valid
: now to 31-Oct-06
Room Type |
Rate |
Extra Bed |
| Single Room |
1,200.- |
N/A |
| Twin Room |
1,400.- |
N/A |
|
- Nett Raes are inclusive of Service charge and Value
Added Tax.
- All Rates are in Thai Baht.
|
|
| |
The Elizabeth Hotel, Bangkok is located near the Central Department Store and Lardprao Shopping Centre with its cinemas and restaurants. Downtown Bangkok is about a 25 minute drive away. For bargain hunters the huge weekend Chatuchak Market is nearby. Rooms are tastefully decorated and comfortable. An ideal hotel for overnight transit stays or for the first or last night of trips.

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