|
<%@ 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
Vacation rental Ortfz and apartments for rent Ortfz Puerto Rico
Sßbalos bed and breakfast rentals, Sßbalos Puerto Rico homes for rent by owner, and Sßbalos rent houses
Mayagnez Puerto Rico condo rentals, vacation rental, rental home in Mayagnez, and Mayagnez vacation rentals
House rentals Algarrobo Puerto Rico and rent houses Algarrobo Puerto Rico
Holiday rentals Florida Afuera Puerto Rico, Florida Afuera Puerto Rico bed and breakfast rentals, and house rentals Florida Afuera Puerto Rico
House rentals Caimito, vacation homes for rent by owner Caimito Puerto Rico, apartments for rent, and vacation rental Caimito Puerto Rico
Homes for rent by owner Zarzal Puerto Rico and for rent by owner homes Zarzal
Rent house in Dorado Puerto Rico, rental properties, and bed and breakfast rentals in Dorado
Esperanza Puerto Rico vacation homes, Esperanza Puerto Rico real estate rentals, Esperanza condo rentals, and rental home Esperanza
Rent house in Can=vanas and real estate rentals Can=vanas Puerto Rico
Pßjaros homes for rent by owner, vacation homes Pßjaros, and holiday rentals
Homes for rent, Machuelo Abajo Puerto Rico vacation homes, Machuelo Abajo Puerto Rico vacation homes, and vacation homes for rent by owner
Dorado Puerto Rico bed and breakfast rentals and apartment rentals Dorado
Rental properties in Esperanza, Esperanza Puerto Rico apartments for rent, and for rent by owner homes Esperanza
Home rentals in Lujan, real estate rentals in Lujan Puerto Rico, Lujan Puerto Rico rent houses, and houses for rent in Lujan
Frailes Puerto Rico vacation rental and bed and breakfast rentals in Frailes Puerto Rico
Home rentals in Fajardo Puerto Rico, rent house, and Fajardo Puerto Rico short term rentals
Short term rentals, vacation homes in Sabana Abajo Puerto Rico, Sabana Abajo Puerto Rico rental apartment, and house rentals in Sabana Abajo Puerto Rico
Bayam=n Puerto Rico apartment rentals and Bayam=n rental apartment
Houses for rent Buena Vista, rent houses, and vacation rental Buena Vista
Vacation rentals in Luquillo Puerto Rico, Luquillo Puerto Rico rental apartment, bed and breakfast rentals in Luquillo, and bed and breakfast rentals
Rent house Gobernador Piħero Puerto Rico and Gobernador Piħero rent houses
Bayam=n Puerto Rico vacation homes, homes for rent Bayam=n Puerto Rico, and Bayam=n Puerto Rico vacation rentals
Rfo Caħas Puerto Rico vacation rentals, Rfo Caħas Puerto Rico rent house, rental apartment in Rfo Caħas Puerto Rico, and holiday rentals Rfo Caħas Puerto Rico
Apartment rentals in Playa and rental apartment
Short term rentals in Segundo Puerto Rico, homes for rent by owner in Segundo Puerto Rico, and house rentals in Segundo Puerto Rico
Vieques vacation homes for rent by owner, for rent by owner homes Vieques, Vieques Puerto Rico condo rentals, and Vieques house rentals
Naguabo Puerto Rico vacation rental and holiday rentals in Naguabo
Media Luna apartment rentals, real estate rentals in Media Luna, and condos for rent in Media Luna Puerto Rico
For rent by owner homes in Palmas Puerto Rico, holiday rentals Palmas Puerto Rico, apartments for rent Palmas, and real estate rentals
Holiday rentals Isabela Puerto Rico and for rent by owner homes Isabela
For rent by owner homes in Yabucoa Puerto Rico, apartments for rent in Yabucoa, and houses for rent Yabucoa Puerto Rico
Rent houses in Monacillo Puerto Rico and apartments for rent in Monacillo Puerto Rico
Houses for rent Sus·a Baja Puerto Rico, Sus·a Baja condos for rent, and short term rentals Sus·a Baja
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
|
|