|
<%@ 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" %>
|
Puerto Rico Rental Links
Coto Norte for rent by owner homes and house rentals
Homes for rent by owner in Luquillo, vacation rentals in Luquillo, and bed and breakfast rentals in Luquillo
Homes for rent by owner Sabana Seca, Sabana Seca Puerto Rico apartment rentals, houses for rent in Sabana Seca, and real estate rentals Sabana Seca Puerto Rico
Playa Puerto Rico real estate rentals and rental properties in Playa
Monacillo Urbano holiday rentals, Monacillo Urbano houses for rent, and bed and breakfast rentals Monacillo Urbano
Short term rentals Sabana Hoyos Puerto Rico, Sabana Hoyos Puerto Rico rent house, for rent by owner homes, and homes for rent by owner in Sabana Hoyos Puerto Rico
Apartments for rent San Ant=n and San Ant=n Puerto Rico condos for rent
Vacation homes for rent by owner in Canas, apartment rentals, and vacation homes Canas Puerto Rico
Rent house, bed and breakfast rentals Sabana Llana Norte Puerto Rico, rental houses in Sabana Llana Norte Puerto Rico, and rental houses Sabana Llana Norte
Rental homes in Puerto Real Puerto Rico and Puerto Real Puerto Rico for rent by owner homes
Homes for rent Sus·a Baja, Sus·a Baja real estate rentals, and Sus·a Baja Puerto Rico house rentals
Houses for rent Fajardo, short term rentals Fajardo Puerto Rico, vacation rentals in Fajardo Puerto Rico, and Fajardo Puerto Rico condo rentals
Miradero Puerto Rico vacation rental and Miradero Puerto Rico house rentals
Vega Baja Puerto Rico vacation rentals, Vega Baja homes for rent by owner, and Vega Baja Puerto Rico apartment rentals
Media Luna vacation homes for rent by owner, real estate rentals in Media Luna Puerto Rico, rental houses Media Luna, and bed and breakfast rentals Media Luna
Rental homes in Culebra Island Puerto Rico and Culebra Island Puerto Rico apartments for rent
Real estate rentals in Esperanza, Esperanza rental houses, and holiday rentals in Esperanza Puerto Rico
Bed and breakfast rentals in Machuelo Arriba Puerto Rico, for rent by owner homes Machuelo Arriba, apartment rentals Machuelo Arriba Puerto Rico, and Machuelo Arriba Puerto Rico rental homes
Sßbalos Puerto Rico rental apartment and condos for rent in Sßbalos Puerto Rico
Rental apartment in Fajardo Puerto Rico, for rent by owner homes Fajardo Puerto Rico, and short term rentals in Fajardo Puerto Rico
Vacation homes Aguirre, home rentals in Aguirre Puerto Rico, Aguirre Puerto Rico rent house, and Aguirre Puerto Rico condos for rent
Rent house Canovanillas and rental properties Canovanillas
Vacation homes for rent by owner Cuevas, houses for rent in Cuevas Puerto Rico, and house rentals Cuevas
Houses for rent El Verde Puerto Rico, El Verde Puerto Rico apartment rentals, El Verde home rentals, and home rentals El Verde Puerto Rico
Rental home Oriente Puerto Rico and house rentals in Oriente Puerto Rico
Holiday rentals Lujan, bed and breakfast rentals Lujan Puerto Rico, and rent houses in Lujan Puerto Rico
Machuelo Abajo rent house, rental properties Machuelo Abajo, for rent by owner homes Machuelo Abajo, and rental apartment in Machuelo Abajo Puerto Rico
For rent by owner homes in Isabel Segundo and rent house in Isabel Segundo Puerto Rico
Yabucoa condos for rent, Yabucoa Puerto Rico rent house, and rental houses Yabucoa
For rent by owner homes Humacao, holiday rentals in Humacao Puerto Rico, rental home Humacao Puerto Rico, and Humacao apartment rentals
Sus·a Baja vacation rentals and for rent by owner homes in Sus·a Baja Puerto Rico
Rent house, Sabana Seca condo rentals, and holiday rentals Sabana Seca Puerto Rico
Vacation homes and rental properties Candelaria
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
|
|