| |
include ("../../connection.php");
$result=mysql_query("SELECT COUNT(*) FROM specialrate WHERE hotelid=84");
$request_data=mysql_fetch_row($result);
$special_rate_exist=$request_data[0];
$result=mysql_query("SELECT COUNT(*) FROM specialpackagerate WHERE hotelid=84");
$request_data=mysql_fetch_row($result);
$special_package_rate_exist=$request_data[0];
$result=mysql_query("SELECT hotelname FROM hotel WHERE hotelid=84");
while($request_hotelname=mysql_fetch_array($result))
{
$hotelname=$request_hotelname[hotelname];
}
if(($special_rate_exist) OR ($special_package_rate_exist))
{
echo "  ";
}
?>
|
|
|
25
minutes
from airport |
 |
5
minutes from Nusa Dua Beach |
 |
45
minutes from Denpasar |
 |
5
minutes from shops |
 |
Grade:
4 Star |
include("../../includes/search.php"); ?>
Location
A
variety of restaurants and shopping areas are either in
walking distance or just a few away by car. Just 12 km
or 25 minutes drive from Ngurah Rai International Airport
and 30 km or 45 minutes from Denpasar.
Description
Bali
Aga means the original Balinese, hidden in the hills of
East Bali, nearKarangasem, the village of Tenganan, where
the most conservative of Bali preserve the old tradition
with the greatest zeal. An interesting legend indeed.
Room
Services
Now Bali Aga, a boutique hotel, has reintroduced the legend
at Nusa Dua, where the exquisitely yet very luxuriously
appointed rooms captivated the magic, where the traditionally
- designed marbled - lobby enhancing the air of luxury.
Bali Aga introduced 24 Deluxe Garden rooms, 25 Deluxe
Pool View rooms, 3 Executive Suite rooms, 5 Deluxe Pool
Access rooms, 2 Pool Villas, and 2 Bali Aga Villas with
colour elevation, Parabola, individual controlled AC,
in room mini bar, coffee & tea making facilities,
private balcony, IDD telephone and electronic key cards
system.
Hotel Services
A traditional resemblance of the old Balinese pools,
our majestic and traditional twin swimming pool. The
Spa facilities available to pamper your body for rejuvenation.
Dine at Telaga Wija, our uniquely - designed cafe
restaurant at the hotel, served many international
and traditional cuisine. Or try your hand at a snooker
at our Lounge. Fitness center, Massage and Spa, Meeting
Room with sitting capacity for 30 persons [theater
setting] are available at the hotel for your pleasant.
Other
Services
Mail and Postage facilities, Boutique and Drugstore,
Taxi, Doctor on Call and Children service [children's
menu, baby cots & high chairs, baby sitting].
Map
RATES (US $)
click for currency converter
|
Room Type |
Published Rates |
Our
Rates |
Save |
Extra
Bed |
Breakfast |
Booking |
$number=0;
$result=mysql_query("SELECT * FROM rate WHERE hotelid=84 ORDER BY single ASC");
while($request_data=mysql_fetch_array($result))
{
$result1=mysql_query("SELECT hotelname FROM hotel WHERE hotelid=84");
while($request_hotel=mysql_fetch_array($result1))
{
$number++;
echo "";
if($request_data[picture])
{
$imgsize = GetImageSize("../../admin/roomimages/$request_data[picture]");
$imgwidth=$imgsize[0];
$imgheight=$imgsize[1];
echo "| $request_data[roomtype] | ";
}
else
{
echo "$request_data[roomtype] | ";
}
}
echo "$request_data[publish] | ";
echo "$request_data[ganda] | ";
$save = ((($request_data[publish] - $request_data[ganda]) / $request_data[publish]) * 100);
$save=number_format($save,"0",".","thousands_sep");
echo "$save% | ";
echo "$request_data[extrabed] | ";
echo "$request_data[breakfast] | ";
echo "Book Now | ";
echo " ";
}
?>
$result1=mysql_query("SELECT * FROM note WHERE hotelid = 84");
while($request_data1=mysql_fetch_array($result1))
{
echo " The above rates are valid until $request_data1[validity]
";
?>
Note:
echo "$request_data1[note]";
}
?> |
$result=mysql_query("SELECT COUNT(*) FROM specialrate WHERE hotelid=84");
$request_data=mysql_fetch_row($result);
$special_rate_exist=$request_data[0];
if(!$special_rate_exist)
{
}
else
{
$result=mysql_query("SELECT * FROM hotel WHERE hotelid=84");
$request_data=mysql_fetch_array($result);
?>
SPECIAL RATES (US $)
|
Room Type |
Special Rate |
Extra Bed |
Breakfast |
Booking |
$result=mysql_query("SELECT * FROM specialrate WHERE hotelid=84 ORDER BY rate ASC");
while ($request_data=mysql_fetch_array($result))
{
echo "";
echo "| $request_data[roomtype] | ";
echo "$request_data[rate] | ";
echo "$request_data[extrabed] | ";
echo "$request_data[breakfast] | ";
echo "Book Now | ";
echo " ";
}
?>
$result1=mysql_query("SELECT * FROM specialnote WHERE hotelid=84");
while($request_data1=mysql_fetch_array($result1))
{
echo " The above rates are valid until $request_data1[validity]";
?>
Note:
echo "$request_data1[note]";
}
?> |
}
?>
$result=mysql_query("SELECT COUNT(*) FROM specialpackagerate WHERE hotelid=84");
$request_data=mysql_fetch_row($result);
$special_package_rate_exist=$request_data[0];
if(!$special_package_rate_exist)
{
}
else
{
$result=mysql_query("SELECT * FROM hotel WHERE hotelid=84");
$request_data=mysql_fetch_array($result);
?>
SPECIAL PACKAGE RATES (US $)
|
Package Type |
Package Rate |
Booking |
$result=mysql_query("SELECT * FROM specialpackagerate WHERE hotelid=84 ORDER BY rate ASC");
while ($request_data=mysql_fetch_array($result))
{
echo "";
echo "| $request_data[packagetype] | ";
$rate=number_format($request_data[rate],"0",".","thousands_sep");
echo "$rate | ";
echo "Book Now | ";
echo " ";
}
?>
$result1=mysql_query("SELECT * FROM specialpackagenote WHERE hotelid=84");
while($request_data1=mysql_fetch_array($result1))
{
echo " The above rates are valid until $request_data1[validity]";
?>
Note:
echo "$request_data1[note]";
}
?> |
}
?>
if(($special_rate_exist) OR ($special_package_rate_exist))
{
?>
OTHER SPECIAL PACKAGE RATES AVAILABLE: |
| Hotel Name |
Rating |
Location |
Package Rate
start from (US $) |
$result1=mysql_query("SELECT * FROM hotel, specialpackagenote WHERE hotel.hotelid=specialpackagenote.hotelid ORDER BY hotel.hotelname LIMIT 11");
while($request_data1=mysql_fetch_array($result1))
{
if(($request_data1[hotelid])!=84)
{
$hotelid=$request_data1[hotelid];
echo "";
echo "| $request_data1[hotelname] | ";
switch ($request_data1[hotelrating])
{
case 1:
echo " | ";
break;
case 2:
echo "  | ";
break;
case 3:
echo "   | ";
break;
case 4:
echo "    | ";
break;
case 5:
echo "     | ";
break;
case 6:
echo "Boutique | ";
}
echo "$request_data1[hotellocation] | ";
$result=mysql_query("SELECT MIN(rate) AS packageratemin FROM specialpackagerate WHERE hotelid=$hotelid");
$request_min=mysql_fetch_array($result);
$packageratemin=number_format($request_min[packageratemin],"0",".","thousands_sep");
echo "$packageratemin | ";
echo " ";
}
}
echo "| Complete List Bali Special Packages >> | ";
}
?>
|
include('../../footer.php'); ?>
|