|
<%@ include file="../WEB-INF/jsp/city_side_menu2.jspf" %>
|
|
<%@ include file="../WEB-INF/jsp/top_menu.jspf" %>
|
<%=city_name%>, <%=region_name%>
Filter the results on the map and on the property list by changing criteria.
All properties meeting criteria are shown automatically.
|
|
Properties in <%=city_name%>
| Property ID |
Address |
City |
Bedrooms |
Bathrooms |
Square feet |
<%@ include file="/WEB-INF/jsp/radius_function.jsp" %>
<%
Connection con = null;
try {
// lat and lng definition are on file city_scriptlet.jspf
double[] cords = getRadiusCords(60, lat, lng);
Class.forName("com.mysql.jdbc.Driver");
con = DriverManager.getConnection("jdbc:mysql://localhost/sstrehli1?user=sstrehli1&password=frboadmin2007");
String query = "SELECT property_id, address, country_id, country_name, bedrooms, bathrooms, sqft, property.latitude, property.longitude, cities.city, property.city_id FROM property, cities WHERE property.city_id = cities.city_id AND property.enabled = 1 AND property.latitude >= " + cords[0] + " AND property.longitude >= " + cords[1] + " AND property.latitude <= " +cords[2] + " AND property.longitude <= " +cords[3];
PreparedStatement Ps = con.prepareStatement(query);
//Ps.setInt(1,city_id);
ResultSet Rs = Ps.executeQuery();
while(Rs.next()) {
long property_id = Rs.getLong("property_id");
int country_id = Rs.getInt("country_id");
double latitude = Rs.getDouble("latitude");
double longitude = Rs.getDouble("longitude");
String address = Rs.getString("address");
String country_name = Rs.getString("country_name");
String city_name2 = Rs.getString("city");
int city_id2 = Rs.getInt("city_id");
int bedrooms = Rs.getInt("bedrooms");
int bathrooms = Rs.getInt("bathrooms");
int sqft = Rs.getInt("sqft");
String query2 = "SELECT date_in, date_out FROM rates WHERE property_id = ?";
PreparedStatement Ps2 = con.prepareStatement(query2);
Ps2.setLong(1, property_id);
ResultSet Rs2 = Ps2.executeQuery();
%>
| #<%=property_id%> |
<%=address%> |
<%=city_name2%> |
<%=bedrooms%> |
<%=bathrooms%> |
<%=sqft%> |
<%
Rs2.close();
Ps2.close();
}
Rs.close();
Ps.close();
con.close();
con = null;
} catch(Exception e) {out.print(e.toString()); out.print(e.getMessage());
}
finally {
if(con!=null) {
con.close();
con = null;
}
}
%>
| |
|
|
|
|
|
<%@ include file="../WEB-INF/jsp/footer.jspf" %>
|
Costa Rica Rental Links
Homes for rent Bahia Herradura and rent house Bahia Herradura Costa Rica
Condo rentals Golfito Costa Rica, rental apartment Golfito, and vacation rentals in Golfito
Apartments for rent in Cedral, Cedral Costa Rica rental home, condo rentals, and vacation rental in Cedral
Vacation homes Mal Pais Costa Rica and Mal Pais Costa Rica homes for rent by owner
San Francisco de Guadalupe Costa Rica rent house, rental homes in San Francisco de Guadalupe Costa Rica, and rent house
Rent house, Coyote Costa Rica apartments for rent, bed and breakfast rentals in Coyote, and Coyote Costa Rica vacation homes for rent by owner
Apartments for rent Tamarindo Costa Rica and condo rentals in Tamarindo Costa Rica
Short term rentals Puntarenas, Puntarenas Costa Rica vacation homes, and apartments for rent
Playa Hermosa Costa Rica real estate rentals, rental homes in Playa Hermosa, rental home Playa Hermosa Costa Rica, and Playa Hermosa Costa Rica house rentals
Condos for rent in Volcano Arenal and rental properties in Volcano Arenal
Vacation rental in Playa Hermosa, holiday rentals, and apartments for rent in Playa Hermosa Costa Rica
Apartment rentals in Cocles, apartments for rent, rent houses in Cocles Costa Rica, and vacation homes for rent by owner in Cocles
Nuevo Arenal Costa Rica rental home and Nuevo Arenal Costa Rica holiday rentals
Rental properties San Isidro del General Costa Rica, San Isidro del General Costa Rica vacation rental, and San Isidro del General condo rentals
Playa Negra Costa Rica apartment rentals, rental houses in Playa Negra Costa Rica, vacation rental in Playa Negra Costa Rica, and homes for rent by owner in Playa Negra Costa Rica
Bed and breakfast rentals in Paraiso and Paraiso Costa Rica rental apartment
Holiday rentals in Hacienda Miravalles Costa Rica, Hacienda Miravalles Costa Rica house rentals, and rental apartment in Hacienda Miravalles
Rental homes in La Cruz, apartments for rent La Cruz, La Cruz Costa Rica rental houses, and rental home in La Cruz
Playa Langosta Costa Rica bed and breakfast rentals and Playa Langosta house rentals
Montezuma Costa Rica apartment rentals, house rentals in Montezuma Costa Rica, and rental houses in Montezuma
For rent by owner homes Cocles Costa Rica, Cocles rental home, Cocles Costa Rica homes for rent by owner, and vacation rentals in Cocles
Esparza apartment rentals and vacation homes for rent by owner Esparza Costa Rica
Short term rentals Coyote, house rentals in Coyote Costa Rica, and Coyote rent house
Our online website, FRBO.com holds vicinity, county, precinct, and square testimony, periodically.
Soldiers, collegiates, and migrants who are wishing to dig up, recognize, and look up or simply locate information can use our webpage.
Move, debunk, and locate rental home Liberia Costa Rica, vacation homes for rent by owner in Liberia, and rental houses in Liberia Costa Rica.
Devise and disclose vacation homes Playas del Coco Costa Rica and house rentals in Playas del Coco.
Distinguish and determine vacation rental in Santa Maria Costa Rica and for rent by owner homes in Santa Maria Costa Rica.
Come upon various, specific, and specific documents in Playa San Miguel Costa Rica and chronicle rent houses.
See hidden listings and lakeside classified ads that third party agents and real estate investors post on FRBO.Com, For Rent By Owner,.
Playa San Miguel property owners, agents serving the condo market, and real estate brokers list Playa San Miguel Costa Rica condo rentals, Playa San Miguel vacation rental, and bed and breakfast rentals Playa San Miguel.
Debunk, locate, and look up rental apartment in San Jose Costa Rica, vacation rentals San Jose Costa Rica, and condo rentals in San Jose Costa Rica.
You can disclose, discover, and conceive Playa San Miguel bed and breakfast rentals, rental apartment, and for rent by owner homes Playa San Miguel.
Discern, perceive, and perceive rental home in Heredia Costa Rica, Heredia Costa Rica apartments for rent, and house rentals in Heredia.
|
|