|
<%@ 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
Hato Rey Sur Puerto Rico bed and breakfast rentals and home rentals in Hato Rey Sur Puerto Rico
Vacation rentals Juan Sßnchez Puerto Rico, bed and breakfast rentals Juan Sßnchez Puerto Rico, and vacation rental in Juan Sßnchez Puerto Rico
Machuelo Abajo Puerto Rico rental apartment, homes for rent by owner in Machuelo Abajo Puerto Rico, vacation homes in Machuelo Abajo, and Machuelo Abajo Puerto Rico vacation rental
San Ant=n Puerto Rico homes for rent by owner and house rentals San Ant=n
Vacation homes in Hato Rey Sur, Hato Rey Sur Puerto Rico rental houses, and Hato Rey Sur Puerto Rico condo rentals
Loiza Puerto Rico homes for rent by owner, rental properties, apartments for rent, and Loiza Puerto Rico rent houses
Cayey rental houses and homes for rent by owner Cayey Puerto Rico
Rent houses Cangrejo Arriba, holiday rentals in Cangrejo Arriba, and condos for rent in Cangrejo Arriba Puerto Rico
Rental home Juan Sßnchez, Juan Sßnchez Puerto Rico rental apartment, Juan Sßnchez Puerto Rico rental homes, and rent houses in Juan Sßnchez Puerto Rico
Rental homes in Mayagnez Puerto Rico and rent houses in Mayagnez Puerto Rico
Caguas Puerto Rico rental home, Caguas Puerto Rico short term rentals, and apartments for rent in Caguas
Houses for rent Juan Sßnchez Puerto Rico, homes for rent by owner in Juan Sßnchez Puerto Rico, home rentals Juan Sßnchez Puerto Rico, and rental home Juan Sßnchez Puerto Rico
Apartment rentals Naguabo Puerto Rico and Naguabo Puerto Rico rental properties
Condos for rent in Minillas, Minillas vacation homes for rent by owner, and rent houses Minillas Puerto Rico
Vacation rental San Ant=n Puerto Rico, rent houses, San Ant=n Puerto Rico rental properties, and vacation homes in San Ant=n Puerto Rico
House rentals in Monacillo and vacation rental Monacillo
Rental apartment in Monacillo Puerto Rico, Monacillo Puerto Rico rent house, and rental properties Monacillo
Vacation rentals in Pugnado Afuera, Pugnado Afuera homes for rent, Pugnado Afuera rent house, and house rentals
Rental properties in Puerto Real Puerto Rico and houses for rent in Puerto Real Puerto Rico
Santurce Puerto Rico condo rentals, vacation homes in Santurce Puerto Rico, and Santurce Puerto Rico rental houses
Guayama homes for rent by owner, vacation homes for rent by owner in Guayama, rent houses in Guayama, and Guayama Puerto Rico rent houses
Cayey rental houses and rental homes in Cayey Puerto Rico
Apartments for rent, homes for rent by owner in Bravos de Boston, and vacation rental Bravos de Boston
Sabana Seca Puerto Rico for rent by owner homes, Sabana Seca Puerto Rico homes for rent by owner, home rentals Sabana Seca, and rental home in Sabana Seca
Fajardo Puerto Rico rent house and houses for rent Fajardo Puerto Rico
Vacation rental in Hato Abajo Puerto Rico, rent house, and houses for rent Hato Abajo
Bed and breakfast rentals in Media Luna Puerto Rico, Media Luna rent houses, bed and breakfast rentals Media Luna Puerto Rico, and house rentals in Media Luna Puerto Rico
Vacation homes in Machuelo Abajo Puerto Rico and short term rentals Machuelo Abajo Puerto Rico
Condo rentals Juan Sßnchez Puerto Rico, apartment rentals in Juan Sßnchez, and rent house in Juan Sßnchez Puerto Rico
Rental properties Cayey, vacation rentals Cayey, vacation homes in Cayey Puerto Rico, and houses for rent in Cayey Puerto Rico
Rental houses in Sabana Hoyos Puerto Rico and Sabana Hoyos Puerto Rico apartments for rent
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
|
|