"; $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


Recently listed as a World Heritage Site by UNESCO for its preservation of traditional Balinese farming techniques, Jatiluwih is the place where you can witness magnificent view of rice terraces and organic farming with Balinese traditional. Jatiluwih is located in Tabanan regency, 20 km away from Tabanan capital city. The village of Jatiluwih is around 1,500 meters above sea level and offers magnificent views of rice fields stretching to the coast with Mount Batukaru stand majestically on the background.

Jatiluwih hotels and villas are mainly found on the side of Jatiluwih’s main road overlooking 300 hectares of rice terraces. There are also jatiluwih home stay and villa high on the hills, overlooking the majestic Mount Batukaru and rice terrace on the distance.

Jatiluwih is heaven for a day trip as you will be able to see the realities of rural Balinese life. There are plenty opportunities to wander through the fields and watch the birds as they attempt to pilfer rice grains from immature stalks and to learn the organized irrigation system where farmers share water in a tradition that dates back centuries and has united generations of farmers in their common need for this highly valued resource.

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)) { $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; } } ?>