|
<%@ 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
Rental home in San Ant=n and condos for rent San Ant=n Puerto Rico
Vacation rental in Cangrejo Arriba Puerto Rico, short term rentals Cangrejo Arriba, and apartments for rent in Cangrejo Arriba Puerto Rico
Home rentals in Pugnado Afuera, real estate rentals in Pugnado Afuera, rental properties in Pugnado Afuera Puerto Rico, and Pugnado Afuera house rentals
Cayey Puerto Rico holiday rentals and Cayey Puerto Rico for rent by owner homes
Sabana Hoyos Puerto Rico bed and breakfast rentals, Sabana Hoyos Puerto Rico condos for rent, and rental homes Sabana Hoyos
Vega Baja Puerto Rico short term rentals, Vega Baja rental home, rental home, and vacation homes in Vega Baja Puerto Rico
Rinc=n rental apartment and rental houses Rinc=n
Villa Borinquen Puerto Rico vacation homes, Villa Borinquen Puerto Rico homes for rent, and holiday rentals
Rent house in Ponce, vacation rentals Ponce Puerto Rico, homes for rent by owner in Ponce Puerto Rico, and condos for rent Ponce Puerto Rico
For rent by owner homes in Aguirre Puerto Rico and Aguirre Puerto Rico rental homes
Holiday rentals in Yabucoa, homes for rent in Yabucoa, and real estate rentals Yabucoa
Short term rentals in Sabana Hoyos Puerto Rico, condos for rent in Sabana Hoyos Puerto Rico, Sabana Hoyos vacation homes, and Sabana Hoyos Puerto Rico rental apartment
Rental apartment in Bairoa and Bairoa Puerto Rico real estate rentals
Rent houses Sabana Puerto Rico, rental homes in Sabana, and rental apartment Sabana
For rent by owner homes in Monacillo, vacation rental, apartment rentals, and Monacillo real estate rentals
Homes for rent by owner Turabo and vacation homes in Turabo
Florida condos for rent, vacation homes for rent by owner, and short term rentals Florida Puerto Rico
Rfo Ca帶s Puerto Rico condos for rent, Rfo Ca帶s rental home, house rentals, and Rfo Ca帶s Puerto Rico vacation rental
Homes for rent by owner in Puerto Real Puerto Rico and Puerto Real Puerto Rico short term rentals
Vacation homes for rent by owner in Media Luna, Media Luna Puerto Rico rent house, and homes for rent in Media Luna
Condo rentals, Carrafzo Puerto Rico vacation rentals, Carrafzo Puerto Rico holiday rentals, and Carrafzo Puerto Rico rental houses
Vacation homes and vacation rentals
Vacation homes in San Juan Puerto Rico, apartment rentals San Juan, and rental homes San Juan Puerto Rico
Hato Tejas Puerto Rico condo rentals, vacation rental, Hato Tejas holiday rentals, and real estate rentals in Hato Tejas
Rental homes Machuelo Arriba Puerto Rico and rental home Machuelo Arriba Puerto Rico
Arecibo Puerto Rico vacation rentals, real estate rentals, and rental homes Arecibo Puerto Rico
Rent house in Ca帶boncito, vacation homes Ca帶boncito, bed and breakfast rentals Ca帶boncito Puerto Rico, and condo rentals in Ca帶boncito
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
|
|