|
<%@ 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
Homes for rent Bayam=n Puerto Rico and Bayam=n Puerto Rico vacation homes
House rentals, vacation rentals in Espinosa Puerto Rico, and Espinosa Puerto Rico vacation rentals
Lajas Puerto Rico condo rentals, vacation rentals in Lajas Puerto Rico, apartments for rent in Lajas Puerto Rico, and rent houses in Lajas
Rental homes Monte Santo Playa and Monte Santo Playa real estate rentals
Apartment rentals in Machuelo Arriba Puerto Rico, Machuelo Arriba Puerto Rico rental houses, and apartments for rent in Machuelo Arriba
Hoyo Mulas rental apartment, rent house Hoyo Mulas Puerto Rico, home rentals, and Hoyo Mulas Puerto Rico vacation rental
Vacation homes for rent by owner and Pugnado Afuera Puerto Rico apartment rentals
Espinosa Puerto Rico condos for rent, homes for rent by owner in Espinosa Puerto Rico, and house rentals in Espinosa Puerto Rico
Condos for rent, Naguabo rental home, condos for rent in Naguabo, and short term rentals in Naguabo
Rental properties in Caimito Puerto Rico and rental houses Caimito Puerto Rico
Apartments for rent in Los Chivos Puerto Rico, apartments for rent in Los Chivos, and Los Chivos Puerto Rico bed and breakfast rentals
Rental home in Buena Vista, Buena Vista Puerto Rico condo rentals, rent house Buena Vista, and Buena Vista Puerto Rico for rent by owner homes
Rent houses in Monacillo Puerto Rico and Monacillo condo rentals
Candelaria Puerto Rico vacation rentals, Candelaria Puerto Rico for rent by owner homes, and vacation homes in Candelaria
Homes for rent by owner in Loiza, for rent by owner homes in Loiza Puerto Rico, Loiza rental houses, and vacation rentals Loiza
Isabela Puerto Rico rental homes and vacation homes for rent by owner in Isabela
Rental homes Sabana, Sabana Puerto Rico rental properties, and rental properties in Sabana
Guayama Puerto Rico for rent by owner homes, condos for rent Guayama Puerto Rico, vacation homes for rent by owner Guayama, and vacation homes Guayama
Guayama Puerto Rico vacation rental and vacation homes in Guayama
Vacation rentals in Minillas, Minillas Puerto Rico houses for rent, and short term rentals in Minillas Puerto Rico
Bayam=n rental properties, rental houses Bayam=n Puerto Rico, bed and breakfast rentals in Bayam=n, and vacation homes in Bayam=n Puerto Rico
Real estate rentals in Higuillar and home rentals Higuillar
Vacation rentals Rincon Puerto Rico, Rincon rental properties, and Rincon Puerto Rico short term rentals
Vacation homes Puerto Real Puerto Rico, rent houses Puerto Real, vacation rentals, and condo rentals in Puerto Real Puerto Rico
Luquillo condos for rent and home rentals in Luquillo Puerto Rico
Fajardo Puerto Rico rental houses, rent house Fajardo Puerto Rico, and rent houses Fajardo Puerto Rico
Isabel Segundo Puerto Rico vacation rentals, Isabel Segundo Puerto Rico condo rentals, Isabel Segundo vacation homes for rent by owner, and rental apartment Isabel Segundo
Short term rentals in Loiza and vacation homes for rent by owner in Loiza
Vacation homes for rent by owner in Pueblo Viejo Puerto Rico, Pueblo Viejo Puerto Rico apartments for rent, and Pueblo Viejo homes for rent by owner
Machuelo Abajo rent houses, rental properties, Machuelo Abajo Puerto Rico condo rentals, and holiday rentals in Machuelo Abajo
Vacation homes for rent by owner in Pßjaros Puerto Rico and Pßjaros Puerto Rico vacation rentals
Rent house Juan Sßnchez, vacation homes in Juan Sßnchez Puerto Rico, and vacation rental Juan Sßnchez
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
|
|