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.
Inter
Continental Hotel Phnompenh
Location
Cambodia
Address
296 Blvd Mao Tse Tung
(PO Box 2288) Phnom Penh
Star rating
Phnom
Penh Hotel Phnompenh 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
Hotel Inter-Continental
Phnom Penh, Cambodia’s first five star
International Hotel, is located just 15 minutes
away from Pochetong International Airport. It is
also Cambodia’s tallest building.
As the first 5-Star
international hotel in Cambodia, the hotel
offers unmatched standards of comfort, fine
dining, meeting spaces, business facilities and
global communication. It is a landmark
development within a newly defined business and
retail center. .
Room
325 deluxe rooms and 29 suites, Presidential and
Royal Suites, 139 non-smoking rooms and 2 rooms
with disabled facilities. Guest room facilities
remote control TV, Movie and satellite channels,
Direct-dial telephone, 2 lines, Bathroom
telephone, voice mail , Data port, bathrobes,
hairdryer, Minibar, in-room safe in some rooms,
Laundry and valet service and 24-hour room
service.
Facilities & Services
Xiang Palace - for formal dining serving
Cantonese cuisine. Open daily, 11.30 to
14.30 and 17.30 to 22.30. 2nd floor, seats
143.
Regency Café - international menu in an
informal setting. Open daily, 6.30 to 23.00.
Lobby level, seats 154.
Lobby Lounge and Bar - open daily, 8.00 to
1.00. Live Band in the evenings. Lobby
Pool Terrace Bar and a Deli.
BUSINESS CENTRE:
The Business Center in the hotel can give
business travellers a head start in any
business negotiation in Cambodia. All the
latest computer and communication facilities
are provided along with local secretarial
services, meeting rooms and presentation
services. Banquet and function facilities
are also available.
Fitness centre with outdoor swimming pool
State-of-the-art gymnasium including an
excellent range of cardio equipment;
treadmill, bicycles, step machines and a
large selection of free weights, cybecs
machine
Separate aerobic room.
Business Center
Car parking
Car rental
Computers and Printers
Concierge
Fax machines
Internet and email
Laptops (PC & Mac)
Mobile Phones
Photocopiers
Scanners
Secretarial services
Shops
Get
Local Prices & Local Support! Let's HotelCambodiaOnline.com
be your travel partner
Top