|
<%@ 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
Lajas homes for rent by owner and bed and breakfast rentals Lajas
Short term rentals in Cupey, Cupey vacation homes for rent by owner, and apartment rentals in Cupey Puerto Rico
Dorado Puerto Rico condo rentals, condo rentals in Dorado Puerto Rico, rental properties, and Dorado apartment rentals
Cerro Gordo homes for rent by owner and Cerro Gordo Puerto Rico rental home
Fajardo vacation rentals, Fajardo Puerto Rico apartment rentals, and rental home in Fajardo
Guanica rental homes, Guanica Puerto Rico homes for rent by owner, rental home Guanica, and rental properties Guanica
Hatillo Puerto Rico rental homes and Hatillo Puerto Rico rental properties
Rental properties in Sabana Llana Sur, Sabana Llana Sur Puerto Rico home rentals, and apartment rentals Sabana Llana Sur Puerto Rico
Bed and breakfast rentals in Vieques Puerto Rico, rent houses in Vieques Puerto Rico, home rentals Vieques Puerto Rico, and rent house Vieques
House rentals Loiza Puerto Rico and Loiza Puerto Rico vacation homes
For rent by owner homes in Canas, rental apartment in Canas Puerto Rico, and vacation rentals Canas
For rent by owner homes in Sabana Llana Norte Puerto Rico, for rent by owner homes, bed and breakfast rentals in Sabana Llana Norte Puerto Rico, and rent houses in Sabana Llana Norte Puerto Rico
Rental apartment and Miradero Puerto Rico vacation rental
Sus·a Baja holiday rentals, Sus·a Baja Puerto Rico apartments for rent, and rental home in Sus·a Baja
Houses for rent in San Ant=n Puerto Rico, holiday rentals San Ant=n Puerto Rico, San Ant=n bed and breakfast rentals, and houses for rent in San Ant=n
Vacation homes for rent by owner in Mucarabones Puerto Rico and Mucarabones Puerto Rico condos for rent
Vacation homes for rent by owner Aguirre, vacation rentals in Aguirre, and rent houses Aguirre
Vacation homes for rent by owner, rent house in Florida Adentro Puerto Rico, Florida Adentro Puerto Rico short term rentals, and houses for rent in Florida Adentro Puerto Rico
San Juan Puerto Rico vacation rental and rental homes San Juan Puerto Rico
Bed and breakfast rentals in Vieques Island Puerto Rico, rental home in Vieques Island Puerto Rico, and house rentals in Vieques Island
Rental homes Dorado Puerto Rico, Dorado rental apartment, short term rentals in Dorado, and holiday rentals Dorado 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
|
|