"; $rst = open_mysql("partners_abldata", $sql); open_mysql("close"); $line = mysql_fetch_array($rst, MYSQL_ASSOC); if ($line[rate] > 0) { if ($line[hotdeals] > 0) { $out = "from USD " . round($line[rate] / 1.21) ." " . round($line[hotdeals] / 1.21).""; } else { $out = "from USD ".round($line[rate] / 1.21); } } else { $sql3 = "SELECT MIN(rate) as 'rate' FROM rate_availability WHERE org_id='{$oid}' AND date like '%$year%' AND rate !=0"; //echo $sql3."
"; $rst3 = open_mysql("partners_abldata", $sql3); open_mysql("close"); $line3 = mysql_fetch_array($rst3, MYSQL_ASSOC); if ($line3[rate] > 0) { $out = "from USD ".round($line3[rate] / 1.21); }else{ $out = ""; } } return $out; } function get_minimum_rate_rms($oid, $checkin) { global $myrow; $validity = get_validityX($oid, $checkin); if ($validity["code"] != 0) { $sql = "SELECT curr, sr_single FROM org_rate_room WHERE org_id='{$oid}' AND validity='{$validity["code"]}' ORDER BY sr_single ASC LIMIT 0,1 "; $rst = open_mysql("abldata", $sql); open_mysql("close"); $line = mysql_fetch_array($rst, MYSQL_ASSOC); if (($line[sr_single] + 0) > 0 && $myrow["no_rate_show"] != "Y") { $out = $line[curr] . " ". round($line[sr_single] / 1.21); } else { //$out = "TBA"; $out = ""; } } else { //$out = "TBA"; $out = ""; } return $out; } function list_success_($qty=2){ $sql = "SELECT * FROM success ORDER BY RAND() LIMIT 0,$qty"; $result = open_mysql("etc",$sql); open_mysql ("close"); $output = ""; while ($line = mysql_fetch_array($result, MYSQL_ASSOC)){ $str = strip_tags($line["comment"]); $str = str_replace("[", "<", $str); $str = str_replace("]", ">", $str); $str = preg_replace("/<[^>]+\>/i", "", $str); //$output .= smooth_cutter($str,500)."
"; //$output .= "
From ".$line["name"]; $output .= stripslashes(strip_tags($str))."
"; } return $output; } $tomorrow = mktime (0,0,0,date("m"),date("d")+7,date("Y")); $checkin = date("Y-m-d",$tomorrow); $CID = $checkin; $bln = (int) substr($checkin,5,2); $thn = (int) substr($checkin,0,4); $dt = (int) substr($checkin,8,2); $COD = date("Y-m-d", mktime (0,0,0, $bln, $dt+3, $thn)); ?> <?php echo ucwords($location); ?> Hotels Villas - Discount Rates for all Hotels Villas in <?php echo ucwords($location); ?>-Bali-Indonesia
  • Search Hotels Villas

    Baliwww.com provides over 13,000 hotels booking in more than 100 Indonesia cities from the most luxurious hotels to comfortable villas with best deals.

In and around


Bedugul is a cool highland area in central Bali around about 50 km north of Denpasar on a main route from South Bali to North Bali. Bedugul as tourism area covers a large area of the central highlands of Bali around the villages of Bedugul itself, Candikuning, Pancasari, Pacung and Wanagiri. The whole area is at an altitude of 700 metres or more with the tallest mountain peaks above 2,000 metres and it can be distinctly cold here. The focal point of Bedugul’s beauty is three crater lakes of Bratan (Beratan), Buyan and Tamblingan and the nearby botanical gardens.

Bedugul has a good range of accommodation, you can find budget accommodation to splurge hotels in Bedugul. Bedugul budget hotels are mainly located along the main road and near lake Beratan. Mid-range Bedugul hotels can be found on the shore of Lake Beratan and along the main road. Deluxe Bedugul hotels are concentrated on the north and east shore of Lake Beratan and off the main road.

Bedugul has good range of nature related activities to do, from water sports to trekking deep into the forest around the lakes, from fun outbound activities to playing golf in a course that is considered one of the very best in Asia.

Featured Hotels Villas

Hotels Villas Travel Tips


Hotels Villas Blog


Top Destinations

"; while ($orgALL = mysql_fetch_array($result, MYSQL_ASSOC)) { $url = ""; $photo_td = "/coba/img_js/td_".$i.".jpg"; echo "
  • \"Destination".$url.$orgALL["org_state"]."".$orgALL["count"]."
  • "; $i++; } echo ""; ?>
    All Destinations
    Top Selling Cities
    "; while ($org_cit = mysql_fetch_array($result_cit, MYSQL_ASSOC)) { $u_slug = toAscii($org_cit["org_city"]); if(strpos(strtolower($org_cit["org_state"]), "java") || strtolower($org_cit["org_state"]) == "jakarta" || strtolower($org_cit["org_state"]) == "yogyakarta"){ $h_state = "java"; }elseif(strtolower($org_cit["org_state"]) == "west nusa tenggara"){ $h_state = "west-nusa-tenggara"; }elseif(strpos(strtolower($org_cit["org_state"]), "sulawesi")){ $h_state = "sulawesi"; }elseif(strpos(strtolower($org_cit["org_state"]), "kalimantan")){ $h_state = "kalimantan"; }elseif(strtolower($org_cit["org_state"]) == "east nusa tenggara"){ $h_state = "east-nusa-tenggara"; }elseif(strpos(strtolower($org_cit["org_state"]), "sumatra")){ $h_state = "sumatra"; }else{ $h_state = $org_cit["org_state"]; } //$url_cit = ""; $url_cit = ""; echo "
  • ".$url_cit.$org_cit["org_city"]."
  • "; if ($iii == 10){echo "
      "; }else{ $iii++; } } echo "
    "; ?>


    true (at main header page) or false (at others) ######################################################################################## function form_search_hotel_auto($main_header){ global $PHP_SELF; global $HTTP_POST_VARS; global $type; global $location; global $config_abl; global $checkin; global $nights; global $rooms; global $org; global $gmode; global $gtype; global $ghotel; global $glocation; global $grategt; global $gratelt; global $gcheckin; global $gnights; global $grooms; global $gsort; global $affiliate_id; global $gview; $hotel = $HTTP_POST_VARS["Hotel"]; if($hotel==""){$hotel = $ghotel;} if($hotel==""){$hotel = "all";} if ($hotel == "all"){ $type = $HTTP_POST_VARS["Type"]; if($type==""){$type = $gtype;} if($type==""){$type = "all";} //$location = $HTTP_POST_VARS["Location"]; if($location==""){$location = $glocation;} if($location==""){$location = "all";} $rate_gt = $HTTP_POST_VARS["Rate-gt"]; if($rate_gt==""){$rate_gt = $grategt;} if($rate_gt==""){$rate_gt = $config_abl["default_rate_gt"];} $rate_lt = $HTTP_POST_VARS["Rate-lt"]; if($rate_lt==""){$rate_lt = $gratelt;} if($rate_lt==""){$rate_lt = $config_abl["default_rate_lt"];} }else{ $type = ""; $location = ""; $rate_gt = "all"; $rate_lt = "all"; } $nights = $HTTP_POST_VARS["nights"]; if($nights==""){$nights = $gnights;} if ($nights==""){$nights=$config_abl["default_nights"];} $rooms = $HTTP_POST_VARS["rooms"]; if($rooms==""){$rooms = $grooms;} if ($rooms==""){$rooms=$config_abl["default_rooms"];} if($checkin==""){$checkin = $gcheckin;} if(strlen($checkin)!=10){$checkin = "";} $sortby = $HTTP_POST_VARS["sortby"]; if($sortby==""){$sortby = $gsort;} if($sortby==""){$sortby = "0";} $view = $HTTP_POST_VARS["view"]; if($view==""){$view = $gview;} if($view==""){$view = "0";} $ID = $org["id"]; $submit_title = "Search"; $hidden_fields = ""; $form_action = "/hotel/search.html"; if ($ID != ""){ $type = $org["type"]; $hotel = $org["name"]; $location = $org["city"]; $submit_title = "Check Rooms Availability"; $form_action = "/".$type."/".$type."_detail/super_saver/".$ID.".html"; $hidden_fields = ""; $hidden_fields .= ""; $hidden_fields .= ""; } $hidden_fields .= ""; //list city dalam combo box /*$sqlcity = "SELECT DISTINCT org_city,org_state FROM organization order by org_state,org_city "; $resultcity = open_mysql ("abldata", $sqlcity); $listcity = "\n"; $resultcity = open_mysql ("close"); */ $sqlcity = "SELECT DISTINCT org_city,org_state,org_country FROM organization order by org_country,org_state,org_city "; $resultcity = open_mysql("abldata", $sqlcity); $listcity = "\n"; $resultcity = open_mysql("close"); $arr_type = array(0=>"hotel", 1=>"villa", 2=>"preferred", 3=>"homestay", 4=>"hotdeals", 5=>"all"); if ($type==""){$type = "all";} $output_type = ''; $bgcolor="#CCCCCC"; if ($type=="hotdeals"){$bgcolor="#CCFFCC";} if ($checkin==""){ $tomorrow = mktime (0,0,0,date("m"),date("d")+$config_abl["default_start_checkin"],date("Y")); $checkin = date("Y-m-d",$tomorrow); }else{ #validate the date; $checkin = date ("Y-m-d", mktime (0,0,0,substr($checkin,5,2)+0,substr($checkin,8,2)+0,substr($checkin,0,4))); } $org["checkin"] = $checkin; $org["rooms"] = $rooms; $org["nights"] = $nights; $bln = (int) substr($checkin,5,2); $thn = (int) substr($checkin,0,4); $dt = (int) substr($checkin,8,2); $output_ci = ''; $output_ci .= ''; $output_ci .= ''; $output_ni = ''; $output_ro = ''; $arr_sort = array(0=>"Hits", 1=>"Name", 2=>"Room Rate", 3=>"Location", 4=>"Star"); $output_sort = ''; if($gmode=="availability"){$view="1";} $arr_sava = array(0=>"All", 1=>"Instant Confirm"); /*$output_sava = ''; */ //GANTI DENGAN RADIO GROUP $output_sava .= ''; if ($view !=1){ $output_sava .= ' '; }else{ $output_sava .= ' '; } if (!$main_header){ if ($ID != ""){ //check availability for hotel that selected echo <<
    {$hotel}
    Check In: {$output_ci} Nights: {$output_ni} Rooms: {$output_ro} {$hidden_fields}

    EOT; }else{ //if id == blank so nothing to display } }else{ if ($ID!=""){$hotel = "all";} echo <<


    {$listcity}

    {$output_ci}

    {$output_ni}
    EOT; } } ?>