|
<%@ 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 Puerto Rico rental home and rental properties
Homes for rent by owner in Juan Sßnchez Puerto Rico, Juan Sßnchez rental houses, and vacation rentals in Juan Sßnchez
Culebra Island Puerto Rico condos for rent, Culebra Island Puerto Rico houses for rent, short term rentals, and Culebra Island Puerto Rico condos for rent
For rent by owner homes Guayama and rental home
Rental houses Ponce, rental homes in Ponce, and apartments for rent in Ponce Puerto Rico
Apartments for rent in Guanica Puerto Rico, apartment rentals, homes for rent in Guanica, and Guanica Puerto Rico vacation rental
Condos for rent in Higuillar and Higuillar Puerto Rico rental apartment
Short term rentals Florida Adentro Puerto Rico, for rent by owner homes in Florida Adentro Puerto Rico, and Florida Adentro apartment rentals
Houses for rent Juan Sßnchez, vacation homes Juan Sßnchez, vacation rental in Juan Sßnchez Puerto Rico, and Juan Sßnchez Puerto Rico real estate rentals
Apartment rentals Isabela and apartment rentals in Isabela Puerto Rico
Rental houses in San Juan Puerto Rico, vacation homes for rent by owner San Juan Puerto Rico, and vacation rentals San Juan Puerto Rico
Hato Abajo Puerto Rico houses for rent, real estate rentals Hato Abajo Puerto Rico, Hato Abajo Puerto Rico condos for rent, and vacation homes for rent by owner in Hato Abajo
For rent by owner homes Canas Puerto Rico and Canas Puerto Rico for rent by owner homes
Canas Puerto Rico holiday rentals, Canas Puerto Rico short term rentals, and apartments for rent Canas Puerto Rico
Frailes Puerto Rico rental home, Frailes Puerto Rico real estate rentals, Frailes house rentals, and vacation homes in Frailes Puerto Rico
Florida Adentro Puerto Rico vacation rental and real estate rentals in Florida Adentro Puerto Rico
Vacation rental Esperanza Puerto Rico, Esperanza Puerto Rico home rentals, and rental apartment in Esperanza
Bairoa home rentals, rent houses in Bairoa Puerto Rico, condo rentals, and condo rentals Bairoa Puerto Rico
Rental home Cupey and vacation homes for rent by owner in Cupey Puerto Rico
Sabana Puerto Rico vacation rentals, Sabana Puerto Rico vacation rentals, and for rent by owner homes in Sabana Puerto Rico
Ceiba Puerto Rico vacation rental, rental properties in Ceiba Puerto Rico, Ceiba Puerto Rico house rentals, and condo rentals Ceiba
Villa Borinquen Puerto Rico rental houses and apartments for rent in Villa Borinquen Puerto Rico
Ortfz Puerto Rico for rent by owner homes, for rent by owner homes Ortfz Puerto Rico, and vacation rentals
Tomßs de Castro Puerto Rico house rentals, Tomßs de Castro Puerto Rico vacation rental, Tomßs de Castro rental home, and Tomßs de Castro Puerto Rico rent house
Rent houses in Machuelo Arriba Puerto Rico and Machuelo Arriba Puerto Rico homes for rent
Houses for rent in Rio Grande Puerto Rico, rent house, and bed and breakfast rentals in Rio Grande Puerto Rico
Homes for rent by owner in Miradero, rental houses, bed and breakfast rentals in Miradero Puerto Rico, and vacation homes for rent by owner in Miradero Puerto Rico
Vieques Island for rent by owner homes and Vieques Island Puerto Rico homes for rent
Holiday rentals Coto Norte, vacation rentals in Coto Norte Puerto Rico, and vacation rental in Coto Norte Puerto Rico
Rental home in Martineau Puerto Rico, condos for rent in Martineau Puerto Rico, Martineau Puerto Rico condos for rent, and vacation rental in Martineau 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
|
|