|
<%@ 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
Condos for rent in Hato Rey Norte Puerto Rico and rental properties
Buena Vista Puerto Rico condos for rent, Buena Vista Puerto Rico condo rentals, and homes for rent in Buena Vista
San Ant=n rent houses, San Ant=n Puerto Rico condo rentals, apartments for rent San Ant=n, and San Ant=n Puerto Rico vacation rentals
Real estate rentals Bairoa and rent house in Bairoa Puerto Rico
Vacation homes for rent by owner in Pugnado Afuera Puerto Rico, real estate rentals, and Pugnado Afuera Puerto Rico vacation rental
Real estate rentals in Mayagnez, rent houses Mayagnez, bed and breakfast rentals in Mayagnez Puerto Rico, and condo rentals in Mayagnez Puerto Rico
Hato Tejas Puerto Rico for rent by owner homes and rent house Hato Tejas
Holiday rentals in Vieques Puerto Rico, Vieques Puerto Rico vacation rental, and vacation rental Vieques
Rental properties Canas Puerto Rico, condos for rent in Canas Puerto Rico, rental homes Canas Puerto Rico, and Canas Puerto Rico rental houses
Rent house and house rentals in Turabo
For rent by owner homes in Hoyo Mulas Puerto Rico, Hoyo Mulas Puerto Rico house rentals, and house rentals Hoyo Mulas
Apartment rentals in Hoyo Mulas, rental houses Hoyo Mulas Puerto Rico, rental houses, and holiday rentals
Vacation homes in Cangrejo Arriba Puerto Rico and Cangrejo Arriba Puerto Rico house rentals
Rental apartment, Rfo Ca帶s homes for rent by owner, and Rfo Ca帶s Puerto Rico house rentals
S綌alos Puerto Rico condo rentals, for rent by owner homes in S綌alos Puerto Rico, rent houses in S綌alos Puerto Rico, and apartments for rent in S綌alos
Hato Tejas Puerto Rico homes for rent and homes for rent by owner in Hato Tejas Puerto Rico
Homes for rent in Arecibo Puerto Rico, house rentals Arecibo Puerto Rico, and Arecibo Puerto Rico condos for rent
Fajardo holiday rentals, Fajardo Puerto Rico vacation rentals, rental houses, and homes for rent
Homes for rent by owner Vieques Island Puerto Rico and Vieques Island Puerto Rico vacation rentals
For rent by owner homes, rental apartment Frailes Puerto Rico, and Frailes Puerto Rico home rentals
Rent house Oriente, Oriente Puerto Rico rental home, Oriente Puerto Rico rental homes, and Oriente vacation rentals
Esperanza rental properties and condo rentals Esperanza
Hatillo Puerto Rico vacation rental, Hatillo Puerto Rico for rent by owner homes, and rental properties in Hatillo Puerto Rico
Trujillo Alto Puerto Rico apartments for rent, rental houses in Trujillo Alto Puerto Rico, Trujillo Alto Puerto Rico for rent by owner homes, and rent houses
Real estate rentals and vacation rentals in Yabucoa Puerto Rico
Camaceyes Puerto Rico apartment rentals, rental properties in Camaceyes Puerto Rico, and apartments for rent in Camaceyes
Rental apartment, Loiza Puerto Rico condos for rent, Loiza Puerto Rico vacation homes for rent by owner, and short term rentals in Loiza Puerto Rico
Rental properties Ca帶boncito and Ca帶boncito Puerto Rico vacation rentals
Bed and breakfast rentals in Tom腠 de Castro Puerto Rico, vacation homes for rent by owner Tom腠 de Castro Puerto Rico, and home rentals in Tom腠 de Castro Puerto Rico
Homes for rent by owner, Pugnado Afuera homes for rent by owner, Pugnado Afuera Puerto Rico home rentals, and real estate rentals Pugnado Afuera 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
|
|