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.
Angkor
Village Hotel Siemriep
Location
Cambodia
Address
P.O. Box
151 Siemriep, Kingdom Of Cambodia
Star rating
Angkor
Village 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
The
Angkor Village Resort is located in Siem Reap
and conveniently located for all desinations in
and around Siem Reap including The Angkor Wat,
one of the seven wonders of the world. Set in
beautiful relaxed Khmer surroundings with a fine
choice of facilities and personal service.
Just
15 minutes from Siem Reap International Airport
and the same distance from the Angkor Wat. A
short walk to the shopping and entertainment
centre of town.
Room
40
characteristic rooms, some with terraces.
Facilities include individual air-conditioning,
ensuite bathroom, IDD telephones, hot and cold
water, mini bar and tea/coffee facilities.
Families or groups of 4 or more are advised to
stay in Apartments as they are better equipped
than the Deluxe or Standard rooms.
Offering traditional Khmer and international
dishes and a wide range of drinks in a tropical
garden setting. The Aspara Theatre offers Khmer
dinner and dance shows every night from 7pm.
Other facilities include baby sitting, daytime
room service, access to office equipment,
laundry and tours/transfers.
Facilities & Services
Facilities & Service :
Air Conditioning
Bar & Lounge
Business Centre
Foreign Exchange
IDD
Laundry
Mini Bar
Parking
Restaurants
Room Service
Swimming (Outdoor)
Top