|
<%@ 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
Apartments for rent Caguas and Caguas Puerto Rico homes for rent by owner
Vieques Island Puerto Rico apartments for rent, Vieques Island vacation homes for rent by owner, and houses for rent
Vacation homes for rent by owner in Monacillo Urbano Puerto Rico, Monacillo Urbano Puerto Rico apartment rentals, Monacillo Urbano Puerto Rico rental properties, and for rent by owner homes in Monacillo Urbano Puerto Rico
Vacation homes for rent by owner in Sus·a Baja and rental houses Sus·a Baja
Dorado Puerto Rico rental home, for rent by owner homes in Dorado Puerto Rico, and vacation homes Dorado Puerto Rico
Rent houses Arecibo, home rentals in Arecibo Puerto Rico, Arecibo Puerto Rico short term rentals, and houses for rent in Arecibo Puerto Rico
Rental home and condo rentals in Vega Baja Puerto Rico
Sabana Hoyos Puerto Rico apartments for rent, vacation rental Sabana Hoyos Puerto Rico, and Sabana Hoyos Puerto Rico homes for rent by owner
Vacation rental in Vieques Island Puerto Rico, houses for rent Vieques Island Puerto Rico, Vieques Island Puerto Rico houses for rent, and Vieques Island homes for rent by owner
Apartment rentals Ortfz Puerto Rico and vacation rentals in Ortfz Puerto Rico
Condo rentals Rinc=n Puerto Rico, vacation homes in Rinc=n Puerto Rico, and rental properties in Rinc=n
Caguas Puerto Rico home rentals, rental homes Caguas Puerto Rico, real estate rentals Caguas, and vacation rental
Vacation homes for rent by owner in San Juan Puerto Rico and vacation homes for rent by owner in San Juan Puerto Rico
Rental apartment in Sabana Llana Norte Puerto Rico, Sabana Llana Norte rent house, and vacation homes for rent by owner in Sabana Llana Norte Puerto Rico
Condos for rent in Quebrada Fajardo Puerto Rico, vacation homes for rent by owner in Quebrada Fajardo Puerto Rico, apartment rentals in Quebrada Fajardo Puerto Rico, and Quebrada Fajardo Puerto Rico houses for rent
Rental homes Lujan and rent houses in Lujan Puerto Rico
House rentals Martfn Gonzßlez, vacation homes for rent by owner in Martfn Gonzßlez, and short term rentals in Martfn Gonzßlez Puerto Rico
Sabana Puerto Rico houses for rent, Sabana Puerto Rico rent house, homes for rent by owner in Sabana, and apartment rentals in Sabana
Houses for rent Caimito Puerto Rico and short term rentals Caimito
Villa Borinquen Puerto Rico vacation homes for rent by owner, vacation rental in Villa Borinquen Puerto Rico, and holiday rentals Villa Borinquen
Holiday rentals in Culebra Island, rental properties in Culebra Island, rent house in Culebra Island Puerto Rico, and rental houses
For rent by owner homes Palmas and Palmas Puerto Rico homes for rent
Home rentals in Rfo Ca±as, apartments for rent Rfo Ca±as Puerto Rico, and Rfo Ca±as Puerto Rico bed and breakfast rentals
Hato Rey Sur vacation rentals, rental home, real estate rentals in Hato Rey Sur, and real estate rentals
Rent house Guayama Puerto Rico and real estate rentals in Guayama Puerto Rico
Bed and breakfast rentals Palmas, houses for rent in Palmas Puerto Rico, and rental houses Palmas Puerto Rico
Juan Sßnchez short term rentals, Juan Sßnchez vacation homes for rent by owner, Juan Sßnchez Puerto Rico rental houses, and vacation rentals Juan Sßnchez
Home rentals El Verde and houses for rent
Fajardo short term rentals, vacation homes for rent by owner Fajardo Puerto Rico, and apartment rentals
Arecibo Puerto Rico vacation rental, Arecibo rental properties, home rentals, and vacation rental in Arecibo Puerto Rico
Home rentals in Florida Puerto Rico and Florida real estate rentals
Guayama Puerto Rico vacation rental, holiday rentals Guayama, and for rent by owner homes in Guayama Puerto Rico
Apartment rentals in Florida Adentro Puerto Rico and apartments for rent Florida Adentro Puerto Rico
San Ant=n Puerto Rico rental homes, house rentals San Ant=n, and rental houses in San Ant=n Puerto Rico
#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
|
|