| |
Phayathai Rajchathevee
/ 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);
?>
| |
|
|
Asia Hotel
Bangkok
296 Phayathai Road, Ratchathevee Bangkok 10400, Thailand |
|
SPECIAL
RATES FOR INTERNET USERS |
Valid
: 20 Dec 2005 To 31 Oct 2006
Room Type |
|
Extra Bed |
| Single Room |
2,000 |
500 |
| Twin Room |
2,000 |
500 |
|
- Nett Raes are inclusive of Service charge, Value
Added Tax and ABF.
- All Rates are in Thai Baht.
|
|
| |
The Asia Hotel Bangkok is
centrally located for easy access to all the business,
shopping and popular attractions of Thailand's exciting
capital city. |
$count++;
}
?>
|
|
|