|
<%@ 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 homes for rent by owner Segundo Puerto Rico and for rent by owner homes in Segundo
Home rentals in Cerro Gordo Puerto Rico, vacation homes Cerro Gordo, and Cerro Gordo Puerto Rico for rent by owner homes
Vacation rentals Carrafzo, rental home in Carrafzo Puerto Rico, Carrafzo Puerto Rico condos for rent, and rental homes
Machuelo Abajo Puerto Rico vacation homes for rent by owner and rental houses in Machuelo Abajo
Naguabo apartments for rent, homes for rent in Naguabo Puerto Rico, and rental properties Naguabo
Apartment rentals, for rent by owner homes Pugnado Afuera Puerto Rico, homes for rent by owner Pugnado Afuera Puerto Rico, and rental properties Pugnado Afuera Puerto Rico
Rent houses Guayama and short term rentals in Guayama Puerto Rico
Rental homes in Buena Vista, holiday rentals, and condos for rent in Buena Vista Puerto Rico
Condos for rent Puerto Real Puerto Rico, home rentals Puerto Real Puerto Rico, Puerto Real Puerto Rico rental homes, and homes for rent Puerto Real Puerto Rico
Vacation rental and Espinosa Puerto Rico rent houses
Homes for rent by owner in Florida Adentro Puerto Rico, Florida Adentro for rent by owner homes, and Florida Adentro Puerto Rico real estate rentals
Minillas Puerto Rico rent houses, Minillas condo rentals, Minillas Puerto Rico vacation homes for rent by owner, and condo rentals in Minillas
Monacillo Puerto Rico rent houses and condo rentals Monacillo Puerto Rico
Short term rentals in Rincon, rental home Rincon, and Rincon real estate rentals
House rentals in Hato Rey Sur Puerto Rico, rental apartment Hato Rey Sur Puerto Rico, for rent by owner homes in Hato Rey Sur Puerto Rico, and rent houses in Hato Rey Sur
Caguas rental homes and Caguas homes for rent
Isla Verde rental properties, Isla Verde apartments for rent, and vacation homes Isla Verde
Vacation rentals in Puerto Real Puerto Rico, Puerto Real Puerto Rico home rentals, apartments for rent Puerto Real Puerto Rico, and holiday rentals in Puerto Real Puerto Rico
House rentals in Vieques Island and Vieques Island Puerto Rico apartments for rent
For rent by owner homes in Bairoa Puerto Rico, condos for rent Bairoa Puerto Rico, and Bairoa rental properties
Condo rentals in Hato Rey Sur, rental home in Hato Rey Sur Puerto Rico, rental homes, and apartments for rent Hato Rey Sur Puerto Rico
Fajardo Puerto Rico rental homes and Fajardo Puerto Rico rental properties
Fajardo vacation homes for rent by owner, vacation homes, and homes for rent Fajardo
Short term rentals Los Chivos, vacation rentals, rental homes, and Los Chivos rental apartment
Dorado vacation rentals and bed and breakfast rentals Dorado Puerto Rico
Vacation homes for rent by owner Florida Adentro Puerto Rico, holiday rentals in Florida Adentro Puerto Rico, and short term rentals in Florida Adentro
Vacation rentals in Quebrada Fajardo Puerto Rico, Quebrada Fajardo Puerto Rico rental houses, rental apartment Quebrada Fajardo Puerto Rico, and apartments for rent in Quebrada Fajardo Puerto Rico
Guayama real estate rentals and Guayama Puerto Rico homes for rent
Homes for rent by owner in Sßbalos, Sßbalos Puerto Rico homes for rent, and Sßbalos Puerto Rico vacation homes
Homes for rent Cuevas, Cuevas Puerto Rico rental properties, Cuevas Puerto Rico rental apartment, and home rentals
Holiday rentals Candelaria and rental properties in Candelaria Puerto Rico
Apartments for rent in Santa Maria, short term rentals Santa Maria Puerto Rico, and Santa Maria vacation rental
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
|
|