|
<%@ 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
Miradero homes for rent and Miradero rent house
Homes for rent in Machuelo Abajo Puerto Rico, Machuelo Abajo Puerto Rico rent house, and homes for rent in Machuelo Abajo Puerto Rico
Segundo Puerto Rico rent houses, Segundo Puerto Rico homes for rent by owner, rent house Segundo, and holiday rentals in Segundo
Mucarabones Puerto Rico homes for rent and Mucarabones houses for rent
For rent by owner homes in Quebrada Fajardo Puerto Rico, home rentals in Quebrada Fajardo Puerto Rico, and Quebrada Fajardo Puerto Rico vacation homes for rent by owner
Rent house Bayam=n Puerto Rico, condos for rent Bayam=n Puerto Rico, vacation rental in Bayam=n, and homes for rent by owner
Bed and breakfast rentals in Sabana Hoyos and short term rentals Sabana Hoyos Puerto Rico
Vacation rentals in Guayama Puerto Rico, Guayama condo rentals, and Guayama for rent by owner homes
Vacation homes in Can=vanas Puerto Rico, Can=vanas bed and breakfast rentals, vacation rentals, and vacation rental
Florida Puerto Rico house rentals and Florida Puerto Rico vacation rental
Vacation rental, Hato Rey Sur Puerto Rico vacation rental, and Hato Rey Sur Puerto Rico rental houses
Rental apartment Canas Urbano Puerto Rico, Canas Urbano Puerto Rico holiday rentals, rental homes in Canas Urbano Puerto Rico, and apartments for rent Canas Urbano
Playa Puerto Rico house rentals and vacation homes
Homes for rent in Monacillo Urbano Puerto Rico, Monacillo Urbano Puerto Rico rental apartment, and rental houses Monacillo Urbano Puerto Rico
Tomßs de Castro Puerto Rico short term rentals, rental properties in Tomßs de Castro Puerto Rico, Tomßs de Castro Puerto Rico rent houses, and homes for rent by owner in Tomßs de Castro Puerto Rico
Real estate rentals and rent house in Hato Rey Sur Puerto Rico
Buena Vista Puerto Rico rental home, house rentals in Buena Vista Puerto Rico, and rental houses in Buena Vista Puerto Rico
Vacation rental, home rentals Bayam=n Puerto Rico, rent house, and holiday rentals in Bayam=n Puerto Rico
Bed and breakfast rentals in El Verde and vacation homes in El Verde Puerto Rico
Vacation homes for rent by owner Florida Adentro Puerto Rico, short term rentals in Florida Adentro Puerto Rico, and home rentals in Florida Adentro
Vacation rentals in Sabana Abajo Puerto Rico, rental apartment in Sabana Abajo, Sabana Abajo Puerto Rico rental properties, and apartment rentals
Vacation homes for rent by owner Naguabo Puerto Rico and rent house Naguabo
Apartment rentals in Segundo Puerto Rico, rental homes in Segundo, and Segundo Puerto Rico apartments for rent
Guayama rental houses, apartments for rent Guayama Puerto Rico, Guayama Puerto Rico rent house, and Guayama Puerto Rico homes for rent
Vacation homes for rent by owner and Rinc=n for rent by owner homes
For rent by owner homes in Mayagnez, Mayagnez Puerto Rico vacation rentals, and rental home in Mayagnez
Rental home Isla Verde, rental properties Isla Verde Puerto Rico, vacation homes for rent by owner in Isla Verde Puerto Rico, and condo rentals in Isla Verde
Los Chivos Puerto Rico home rentals and apartment rentals
Houses for rent Culebra Island Puerto Rico, real estate rentals in Culebra Island Puerto Rico, and real estate rentals
Rent houses in Cuevas, real estate rentals Cuevas Puerto Rico, Cuevas vacation rentals, and Cuevas Puerto Rico homes for rent
Holiday rentals in Rincon Puerto Rico and holiday rentals Rincon 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
|
|