|
<%@ 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
Caimito Puerto Rico rent houses and rental homes
Rincon Puerto Rico rent houses, homes for rent by owner in Rincon, and houses for rent
Loiza Puerto Rico homes for rent, apartments for rent Loiza Puerto Rico, rental properties in Loiza Puerto Rico, and Loiza Puerto Rico apartment rentals
Homes for rent by owner in Algarrobo and rental properties Algarrobo Puerto Rico
Real estate rentals in Florida Puerto Rico, Florida Puerto Rico homes for rent by owner, and apartment rentals in Florida Puerto Rico
Vieques Puerto Rico real estate rentals, short term rentals Vieques, rental homes, and rent house in Vieques Puerto Rico
Homes for rent in Vieques Puerto Rico and Vieques short term rentals
Canas Urbano Puerto Rico rental properties, rent house Canas Urbano Puerto Rico, and for rent by owner homes in Canas Urbano Puerto Rico
Rental properties Culebra Island, vacation rental in Culebra Island Puerto Rico, holiday rentals Culebra Island Puerto Rico, and vacation rentals in Culebra Island Puerto Rico
Puerto Real Puerto Rico for rent by owner homes and Puerto Real Puerto Rico holiday rentals
Home rentals, rental apartment Machuelo Arriba Puerto Rico, and short term rentals in Machuelo Arriba Puerto Rico
Homes for rent in Minillas Puerto Rico, rental properties in Minillas Puerto Rico, vacation homes for rent by owner Minillas, and vacation rental Minillas Puerto Rico
Apartment rentals San Ant=n and San Ant=n Puerto Rico condos for rent
Rent houses Loiza Puerto Rico, short term rentals in Loiza, and Loiza apartments for rent
Machuelo Arriba house rentals, short term rentals Machuelo Arriba Puerto Rico, rental home in Machuelo Arriba Puerto Rico, and real estate rentals in Machuelo Arriba Puerto Rico
Florida Puerto Rico rent house and rental properties in Florida Puerto Rico
Rent house Machuelo Abajo, rental homes in Machuelo Abajo Puerto Rico, and Machuelo Abajo real estate rentals
House rentals in Ca帶boncito, condo rentals in Ca帶boncito, real estate rentals Ca帶boncito, and vacation homes in Ca帶boncito
Apartment rentals in Quebradillas Puerto Rico and Quebradillas Puerto Rico rental home
Condo rentals Machuelo Abajo Puerto Rico, vacation homes in Machuelo Abajo Puerto Rico, and apartment rentals Machuelo Abajo Puerto Rico
Rental apartment in Bayam=n, bed and breakfast rentals, Bayam=n rental home, and Bayam=n Puerto Rico short term rentals
Mucarabones Puerto Rico rental homes and rental home in Mucarabones Puerto Rico
Camaceyes Puerto Rico rental homes, Camaceyes rent house, and Camaceyes condos for rent
Rental home, real estate rentals, Quebrada Fajardo rental properties, and for rent by owner homes in Quebrada Fajardo Puerto Rico
Vacation homes in Sabana Seca Puerto Rico and Sabana Seca Puerto Rico rental apartment
House rentals Caguas, bed and breakfast rentals Caguas, and home rentals in Caguas Puerto Rico
Houses for rent in Isla Verde Puerto Rico, vacation homes for rent by owner, house rentals Isla Verde, and real estate rentals Isla Verde Puerto Rico
Homes for rent in Ceiba Puerto Rico and short term rentals in Ceiba Puerto Rico
Apartments for rent Zarzal Puerto Rico, Zarzal Puerto Rico vacation rentals, and house rentals Zarzal Puerto Rico
For rent by owner homes Turabo Puerto Rico, home rentals Turabo Puerto Rico, rental apartment Turabo, and Turabo Puerto Rico vacation homes
Home rentals Sus戢 Baja Puerto Rico and Sus戢 Baja house rentals
Rental houses San Juan, real estate rentals San Juan, and for rent by owner homes in San Juan Puerto Rico
Rent house and rental home in Bravos de Boston
Vacation rentals in Hato Tejas Puerto Rico, bed and breakfast rentals in Hato Tejas Puerto Rico, and rental apartment
#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
|
|