|
<%@ 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
Mucarabones Puerto Rico vacation rentals and rental apartment in Mucarabones
Rental homes, short term rentals Fajardo Puerto Rico, and holiday rentals Fajardo Puerto Rico
Rent house, Sabana Seca Puerto Rico homes for rent by owner, vacation homes Sabana Seca Puerto Rico, and Sabana Seca rent houses
For rent by owner homes in P罨aros Puerto Rico and P罨aros Puerto Rico houses for rent
Vacation homes Fajardo Puerto Rico, homes for rent Fajardo Puerto Rico, and Fajardo Puerto Rico rental home
Bed and breakfast rentals in Can=vanas, real estate rentals Can=vanas Puerto Rico, rental houses, and rental apartment
Condos for rent in Camaceyes and Camaceyes Puerto Rico holiday rentals
Rent houses in Media Luna Puerto Rico, Media Luna rental properties, and rental properties
Apartment rentals, Segundo vacation homes, rental homes in Segundo Puerto Rico, and apartments for rent Segundo Puerto Rico
Bed and breakfast rentals in Playa and short term rentals in Playa Puerto Rico
Rent house Florida Adentro Puerto Rico, for rent by owner homes Florida Adentro, and rent houses Florida Adentro
Espinosa rent house, Espinosa Puerto Rico home rentals, vacation homes in Espinosa Puerto Rico, and Espinosa Puerto Rico homes for rent by owner
Ca帶boncito Puerto Rico rental homes and rental homes in Ca帶boncito
Rental homes in Coto Norte Puerto Rico, rental home Coto Norte Puerto Rico, and Coto Norte Puerto Rico for rent by owner homes
Rent houses, rental properties in Sabana Hoyos, vacation homes in Sabana Hoyos Puerto Rico, and Sabana Hoyos Puerto Rico bed and breakfast rentals
Vega Baja houses for rent and Vega Baja Puerto Rico apartment rentals
El Verde Puerto Rico rent houses, real estate rentals, and house rentals in El Verde Puerto Rico
Vacation rental Lujan Puerto Rico, Lujan home rentals, short term rentals Lujan Puerto Rico, and short term rentals Lujan
Machuelo Arriba Puerto Rico real estate rentals and holiday rentals Machuelo Arriba Puerto Rico
Home rentals in Playa Puerto Rico, Playa Puerto Rico bed and breakfast rentals, and Playa homes for rent by owner
Homes for rent in Cayey, Cayey Puerto Rico apartment rentals, for rent by owner homes in Cayey Puerto Rico, and vacation rental in Cayey Puerto Rico
Florida Adentro Puerto Rico apartment rentals and vacation rental in Florida Adentro Puerto Rico
Camaceyes Puerto Rico vacation homes for rent by owner, for rent by owner homes in Camaceyes, and condo rentals in Camaceyes
Isla Verde Puerto Rico rent house, Isla Verde Puerto Rico rent house, Isla Verde condo rentals, and for rent by owner homes in Isla Verde Puerto Rico
Real estate rentals in Cayey Puerto Rico and Cayey Puerto Rico for rent by owner homes
Ca帶boncito vacation rentals, apartments for rent in Ca帶boncito, and Ca帶boncito Puerto Rico rental apartment
Hatillo Puerto Rico home rentals, Hatillo vacation rentals, Hatillo Puerto Rico rental homes, and condo rentals Hatillo
Algarrobo Puerto Rico condos for rent and condo rentals Algarrobo
Rental properties in Quebradillas, rental houses Quebradillas Puerto Rico, and holiday rentals
Rent houses Sabana Llana Sur, Sabana Llana Sur short term rentals, vacation rentals in Sabana Llana Sur Puerto Rico, and rental home in Sabana Llana Sur Puerto Rico
Hato Tejas rent houses and houses for rent in Hato Tejas Puerto Rico
Monacillo Puerto Rico vacation rental, vacation rentals Monacillo Puerto Rico, and rental properties in Monacillo Puerto Rico
Apartments for rent Bayam=n Puerto Rico and for rent by owner homes in Bayam=n Puerto Rico
House rentals in Machuelo Arriba, Machuelo Arriba Puerto Rico apartment rentals, and Machuelo Arriba house rentals
Vacation homes for rent by owner, short term rentals Vieques Puerto Rico, holiday rentals Vieques Puerto Rico, and Vieques Puerto Rico vacation rentals
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
|
|