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.
KingDom
Angkor Hotel Siemriep
Location
Cambodia
Address
National Road No.6,
Siem Reap Angkor International Airport , Cambodia
Star rating
KingDom
Ankgor 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
Kingdom
Angkor Hotel is an International 4 star hotel
located 5 Km from Siem Reap Angkor International
Airport along National Road No.6. It is also
easily accessible to other places of interest
like:
The brand new Kingdom Angkor Hotel built in its
unique elegance style both exterior and interior
with the combination of the cross decoration
between the antique and modern state of arts. It
offers the most attractive architectural design
among Siem Reap Hotels. So, your stay in the
Kingdom Angkor Hotel would be the right choice
that you had
ever made for the trip.
Room
:
A total of 120
rooms and suites which are elegantly designed
for International and leisure travelers well
appointed to a 4 star standard.It is located in
the heart of Siem Reap town.
In room safe
Direct Dial Telephone (IDD)
Multi Channel cable TV (80 Channel)
Mini-bar
Coffee & Tea making facilities
Hair Dryer
Bath Tub with Hot & Cold water
Bath room Amenities (complete sets)
Individual Air Conditioning Control
Bathrobe
Slippers
Shaver socket (220v - 240v)
Fire Prevention System
High Quantity Mattress
Facilities & Services
Business center
Fitness Center
Health Sauna
Swimming Pool
Souvenir Shop
Restaurant
Bar/Lounge
24 hours Housekeeping
Laundry & Valet Services
Foreign Exchange
Major Credit Cards accepted (Visa &
Master card)
Traditional Massage
Car Rental and sight seeing
Emergency Medical Service
Multi Lingual Staff available
Complementary Airport pick up
Executive conference room (80 pax)
FOOD AND
BEVERAGES :
24-hours Restaurant Serving local,
Asian and International cuisine
24-hours Room Service
Lobby Bar
Top