Vietnam Hotels Discout
provides decent and discount hotels reservations in
major Vietnam cities. As a leading local travel agency
in Vietnam, we can offer competitive hotel rates as well
as a convenient and prompt way to make a booking.
= $rowcity["city"]?>
Hotel List
for ($i=5; $i>=0; $i--)
{
$selectrating = " SELECT rating FROM hotel WHERE cityid=1 and rating=$i and active=1";
$resultrating = mysql_query($selectrating,$link);
if (mysql_num_rows($resultrating) != 0)
{
while ($rowrating = mysql_fetch_array($resultrating))
{
if ($temp != $rowrating["rating"])
{
?>
if ($i != 0)
{
echo $rowrating["rating"] . " Star Hotels";
}
for ($s=1; $s<=$i; $s++)
{
?>
}
?>
$temp= $rowrating["rating"];
}
}
}
$selecthotel = " SELECT hotel.hotelid, hotel.name, hotel.location, min(discount.roomsingle) as minroomsingle ";
$selecthotel .= " FROM hotel ";
$selecthotel .= " INNER JOIN discount on discount.hotelid=hotel.hotelid ";
$selecthotel .= " WHERE hotel.cityid=1 and hotel.rating=$i and hotel.active=1 ";
$selecthotel .= " GROUP BY hotel.name";
// echo $selecthotel . " ";
$resulthotel = mysql_query($selecthotel,$link);
if (mysql_num_rows($resulthotel) != 0)
{
while ($rowhotel = mysql_fetch_array($resulthotel))
{
?>