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.
Day
Inn Angkor
Hotel Siemriep
Location
Cambodia
Address
National
Road 6A (Airport Road), Siem Reap, Cambodia
Star rating
Day Inn
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
The Goldiana Angkor
Hotel is strategically located at tone corner of
the city center in Angkor Siem Reap, the home of
Angkor Wat (Seventh Wonders of the World). Just
only 10 minutes drive from Siem Reap
International Airport and 20 minutes to the
Temple-Complex of Angkor Wat.
The Goldiana Angkor Hotel brings world the
Goldianaclass accommodation and facilities to
the exploration of Ancient ruins of Angkor, the
World Heritage Site. A beautifully landscaped
swimming pool with an open air poolside bar
awaits you to unwind for the day, while for the
more leisure, we have souvenir shop. A
fully-equipped health center/spa is also
available exclusively for hotel guests.
4-star hotel with 157 Deluxe and Suite rooms (30
non smoking rooms) and located on theairport
road just 10 minutes drive from Siem Reap
International Airport, 5 minutes to the city
centre and 20 minutes to the Temple-Complex of
Angkor Wat.
Room
154 elegantly
designed deluxe and suite rooms (all with
terrace) providing first class comfort,
complemented by features and amenities to cater
the international and leisure travelers.
Air-conditioning, Bathroom Amenities, Bathtub,
Data Port/Laptop Connection, Hair Dryer, Hot /
Cold Shower, IDD Telephone, Iron and ironing
board available, Mini Bar, Non-smoking rooms,
Refrigerator, Satellite/Cable TV and Tea/Coffee
Maker.
Facilities &Services
Pub/Bar/Lounge,
Fitness Centre, Outdoor Swimming Pool (s), Spa,
Internet Service, Meeting room (s), Car Parking,
Car Rental, Currency Exchange, Laundry Service,
Medical Service, Postal Service, Room Service,
Gallery, Safty Deposit Box and Shopping Arcade.
Top