Cambodia Travel Agent with Cambodia Tour, Cambodia Resort, Cambodia Holiday, Cambodge, cambodia hotel travel,
Holidays in Cambodia, premier travel website, search on web your trip to Cambodia, trip to angkor wat,angkor temple,
hotel in Siemriep, hotel in phnompenh, hotel cambodia, visa, customs, attraction, hotel information,
Helicopter rental in Cambodia, Helicopter tour angkor wat, angkor , traval cambodia, travel to cambodia,
cambodia tour guide, cambodia budget travel, tourism, tourist, sihanoukville hotel, lodging, accommodation,
cambodia hostel, student travel, cheap, discount hotel, budget tour, hotel room,
cambodia home stay, siemriep tours, siemriep guesthouse, soka resort, battambang hotels,
kampuchia, Kambodscha, cambodia, khmer, Banteay Meanchey , Battambang , Kompong Cham , Kompong Chhnang ,
Kompong Som (Sihanoukville) , Kompong Speu , Kompong Thom , Kampot , Kandal , Koh Kong , Kratié ,
Mondolkiri , Phnom Penh , Pursat , Preah Vihear , Prey Veng , Ratanakiri , Siem Reap , Stung Treng , Svay Rieng , Takeo
Sihanoukville beach, Sihanoukville resort, online booking cambodia, English guide, flight cambodia ,
discount air ticket, travel information, travel guide, cambodia travel guide,
travel news, cambodia news, cambodia travel news, tour guide, cambodia map, cambodia photos,
map cambodia, festival cambodia, tourist office, travel agency, restaurant, world heritage site,
cambodia visa, cambodia embassies, trip cambodia, airlines transport, adventure, trekking, tour operator,
tour companies, entertainment, holiday, visit cambodia, visite le cambodge, cruise cambodia, cruise mekong river,
cruise tonlesap river, cruisephnompenh to saigon, croisière cambodge, croisière le mékong cambodge à saigon,
travel from phnompenh to saigon, cheap airticket, railways, timetable, bus stop, pass border, cross border,
trip insurance, travel insurance, cambodian food, cambodiana culture, cambodian people, cambodia sightseeing,
vacation pakage, family vacation, adventure tour, booking agency, voyage, luxury hotel, deluxe tour,
deluxe travel in cambodia, high quality tour cambodia,good value cambodia trip, deluxe hotel, cambodia spa resort,
Cambodia Travel, Cambodia Tour Operator, Cambodia Tourism Website with Cambodia Adventure Travel,
cambodia hotels, cambodge hotel, Cambodia Hotel Booking, hotel reservation cambodia, Angkor hotel,
angkor Hotel, Mekong Delta Tours, holiday cambodia, cambodia voyage, cambodge agence de voyage,agence
francophone au cambodge,voyage au cambodge, cambodia vacance, cambodia vacation,vacation rental cambodia,
cambodia tours, tour au cambodge, hotel cambodia, hotel au cambodia, les hotels au cambodge, cambodia aventure, cambodia motorbiking,
cambodia travel agency,cambodge tour operateur, siemriep to bangkok, siemriep to hanoi, siemriep to saigon,
indochina package, cambodia laos vietnam, saigon, hannoi, bangkok, tour from cambodia to thailand, to
vietnam, to laos, to ha noi, to ho chi minh city.
Grand
d'Angkor
Hotel Siemriep
Location
Cambodia
Address
1 Vithei
Charles de Gaulle,
Khum Svay Dang Kum,
Siem Reap, Cambodia
Star rating
Raffle
Grand d'Angkor
Hotel Siemriep Cambodia
Validity
Room
Type
Special
Rates (USD)
Breakfast
From
date
To date
Single
Double
Triple
$sql = "SELECT discount.datefrom, discount.dateto, discount.roomsingle, discount.roomdouble,";
$sql .= " discount.roomtriple, discount.breakfast, style.style from discount, style ";
$sql .= " where discount.styleid = style.styleid";
$sql .= " and discount.hotelid=102";
// echo $sql;
$result = mysql_query($sql,$link);
if ( mysql_num_rows($result) != 0 )
{
while ( $row = mysql_fetch_array($result))
{
?>
= date('d M Y',strtotime($row["datefrom"]))?>
= date('d M Y',strtotime($row["dateto"]))?>
= $row["style"] ?>
if ($row["roomsingle"] == "")
{
echo (" ");
}
else
{
echo " ". $row["roomsingle"] ." $";
}
?>
if ($row["roomdouble"] == "")
{
echo (" ");
}
else
{
echo " ". $row["roomdouble"] ." $";
}
?>
if ($row["roomtriple"] == "")
{
echo (" ");
}
else
{
echo " ". $row["roomtriple"] ." $";
}
?>
if ($row["breakfast"] == "")
{
echo "N/A";
}
else
{
echo $row["breakfast"];
}
?>
}
}
?>
Book this
hotel
Select your date
Check in date
$vdate = getdate();
if ($toutday1 == "")
{
for ($i=1;$i<=31;$i++)
{
if ( $i == ($vdate['mday']) )
echo "$i ";
else
echo "$i ";
}
}
else
{
for ($i=1;$i<=31;$i++)
{
if ($i == $toutday1)
echo "$i ";
else
echo "$i ";
}
}
?>
for ($i=1;$i<=12;$i++)
{
if ($toutmonth1 == "")
{
if ( $i == $vdate['mon'] + 1 )
$selectmonth = "selected";
else
$selectmonth = "";
}
else
{
if ($i == $toutmonth1)
$selectmonth = "selected";
else
$selectmonth = "";
}
echo "";
switch($i)
{
case "1":
echo "Jan";
break;
case "2":
echo "Feb";
break;
case "3":
echo "Mar";
break;
case "4":
echo "Apr";
break;
case "5":
echo "May";
break;
case "6":
echo "Jun";
break;
case "7":
echo "Jul";
break;
case "8":
echo "Aug";
break;
case "9":
echo "Sep";
break;
case "10":
echo "Oct";
break;
case "11":
echo "Nov";
break;
case "12":
echo "Dec";
break;
}
echo " ";
}
?>
if ($toutyear1 == "")
{
for ($i=2006;$i<=2007;$i++)
{
if ($i == ($vdate['year']))
echo "$i ";
else
echo "$i ";
}
}
else
{
for ($i=2006;$i<=2007;$i++)
{
if ($i == $toutyear1)
echo "$i ";
else
echo "$i ";
}
}
?>
Length of stay:
if ($tNumNight == "")
{
$tNumNight = 2;
echo $tNumNight;
}
else
{
echo $tNumNight;
}
?> day(s)
Check out date
if ($tretday1 == "")
{
for ($i=1;$i<=31;$i++)
{
if ($i == ($vdate['mday'] + 2))
echo "$i ";
else
echo "$i ";
}
}
else
{
for ($i=1;$i<=31;$i++)
{
if ($i == $tretday1)
echo "$i ";
else
echo "$i ";
}
}
?>
for ($i=1;$i<=12;$i++)
{
if ($tretmonth1 == "")
{
if( $vdate['mday'] == 29 || $vdate['mday']==30||$vdate['mday']==31)
{
if ($i == $vdate['mon'] + 2)
$selectmonth = "selected";
else
$selectmonth = "";
}
else
{
if ($i == $vdate['mon'] + 1)
$selectmonth = "selected";
else
$selectmonth = "";
}
}
else
{
if ($i == $tretmonth1)
$selectmonth = "selected";
else
$selectmonth = "";
}
echo "";
switch($i)
{
case "1":
echo "Jan";
break;
case "2":
echo "Feb";
break;
case "3":
echo "Mar";
break;
case "4":
echo "Apr";
break;
case "5":
echo "May";
break;
case "6":
echo "Jun";
break;
case "7":
echo "Jul";
break;
case "8":
echo "Aug";
break;
case "9":
echo "Sep";
break;
case "10":
echo "Oct";
break;
case "11":
echo "Nov";
break;
case "12":
echo "Dec";
break;
}
echo " ";
}
?>
if ($tretyear1 == "")
{
for ($i=2006;$i<=2007;$i++)
{
if ($i == ($vdate['year']))
echo "$i ";
else
echo "$i ";
}
}
else
{
for ($i=2006;$i<=2007;$i++)
{
if ($i == $tretyear1)
echo "$i ";
else
echo "$i ";
}
}
?>
Select
your
occupancy
No. of room:
1
2
3
4
5
6
7
8
9
10
Room Type:
Bedding:
Single
Double
Triple
Adult:
0
1
2
3
4
5
6
7
8
9
Children:
0
1
2
3
4
5
6
7
8
9
10
11
Child age (0-11)
Non-Smoking
Description
Some
travel the world seeking adventure. Others
journey in search of the good life. At Grand
Hotel d’Angkor you can experience the best of
both. For over 75 years a visit to the ancient
temples has been synonymous with a stay at the
Grand Hotel d’Angkor. Now, after careful
restoration and refurbishment, the hotel’s
renowned elegance and modern facilities
complement the mystery and grandeur of Angkor as
never before. Come to see Angkor Wat. Linger and
enjoy the resort facilities and traditional
Cambodian hospitality of the historic Grand
Hotel d’Angkor.
The
hotel is in a romantic tropical garden setting
only eight kilometers away from Angkor. There
are 131 beautifully appointed rooms and suites
with Art Deco inspired country-style
furnishings. Most of the rooms have balconies
and there is a choice of view, either
overlooking verdant surroundings or the swimming
pool. The six room types are:
The
Four Personality Suites are named in honor of
some of the famous explorers and travelers
associated with Angkor and individually
decorated with historic memorabilia.
Villa Uma and Villa Kama are two luxurious
bungalows inspired by Cambodia folk architecture
nestled in the inner gardens near the swimming
pool. Each villa has two spacious bedrooms,
living room and dining area, generous private
verandah, stereo systems and its own private
wine cellar.
Longer staying guests may prefer the residential
Studio Suites with have ergonomically designed
workstations, stereo systems and pantry
facilities.
Landmark Rooms are those located in the historic
Main Building.
The
State Rooms and Cabana Rooms are in the wing
facing the pool and gardens with the
Cabana Rooms having direct access to the pool
area.
24-hours valet service is available for all
rooms.
Room
4 Personality Suites
6 Studio Suites
12 Cabana Room
48 Landmark Rooms
52 State Rooms
2 two-bedrooms Villas
a total of 124 rooms
Facilities & Services
Food & Beverage :
The Conservatory
Celebrity Bar
Restaurant Le Grand Café D'Angkor
Deli & Brasserie
Travelers Bar
Elephant Bar
Poolside Terrace
24 h. Room Service
Lotus Restaurant
Roof - Top Garden
Sunshine Bar
Tropical Bar
24 h. Room Service
Function Room
Top