|
<%@ 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 properties Hato Tejas and vacation homes for rent by owner in Hato Tejas Puerto Rico
Ortfz vacation homes for rent by owner, Ortfz Puerto Rico rent houses, and real estate rentals in Ortfz Puerto Rico
Homes for rent, Cupey Puerto Rico holiday rentals, vacation homes in Cupey, and for rent by owner homes in Cupey Puerto Rico
Home rentals in Mayagnez Puerto Rico and Mayagnez rent houses
Aguirre Puerto Rico apartment rentals, Aguirre Puerto Rico apartments for rent, and apartment rentals in Aguirre Puerto Rico
Bed and breakfast rentals Can=vanas Puerto Rico, Can=vanas Puerto Rico condos for rent, Can=vanas holiday rentals, and Can=vanas Puerto Rico apartments for rent
Bed and breakfast rentals in Yabucoa Puerto Rico and condos for rent Yabucoa Puerto Rico
Rent houses in Mayagnez, Mayagnez condo rentals, and Mayagnez Puerto Rico rental homes
Homes for rent in Sabana Llana Norte Puerto Rico, rental home, Sabana Llana Norte homes for rent by owner, and Sabana Llana Norte Puerto Rico bed and breakfast rentals
Apartment rentals in Hoyo Mulas Puerto Rico and homes for rent
Vacation homes for rent by owner in Monte Santo Playa Puerto Rico, Monte Santo Playa Puerto Rico homes for rent, and Monte Santo Playa Puerto Rico rental houses
Rental homes in San Juan Puerto Rico, rental home San Juan, San Juan Puerto Rico real estate rentals, and vacation homes in San Juan
Can=vanas Puerto Rico holiday rentals and rental properties in Can=vanas Puerto Rico
Bed and breakfast rentals Aguadilla Puerto Rico, condos for rent Aguadilla Puerto Rico, and Aguadilla short term rentals
House rentals, homes for rent Quebradillas, Quebradillas rental apartment, and Quebradillas apartments for rent
Holiday rentals in Aguirre Puerto Rico and holiday rentals in Aguirre Puerto Rico
Rental apartment, apartment rentals in Martfn Gonzßlez Puerto Rico, and Martfn Gonzßlez Puerto Rico real estate rentals
Santurce Puerto Rico vacation rental, apartment rentals in Santurce, homes for rent by owner in Santurce Puerto Rico, and Santurce vacation homes
Playa Puerto Rico for rent by owner homes and vacation homes for rent by owner in Playa Puerto Rico
Rent houses Cuevas Puerto Rico, houses for rent Cuevas Puerto Rico, and Cuevas Puerto Rico bed and breakfast rentals
Real estate rentals Lajas Puerto Rico, Lajas Puerto Rico vacation homes, real estate rentals Lajas, and house rentals in Lajas Puerto Rico
Hato Rey Central vacation rentals and Hato Rey Central rent house
Vacation homes for rent by owner in Coto Norte, rental apartment in Coto Norte Puerto Rico, and vacation homes in Coto Norte
Camaceyes Puerto Rico home rentals, vacation homes for rent by owner, homes for rent, and rental properties in Camaceyes Puerto Rico
Vacation rentals Can=vanas and holiday rentals in Can=vanas
Vacation homes for rent by owner Pugnado Afuera Puerto Rico, Pugnado Afuera holiday rentals, and vacation rental in Pugnado Afuera Puerto Rico
Rent house in Fajardo Puerto Rico, rent house in Fajardo Puerto Rico, Fajardo bed and breakfast rentals, and apartments for rent Fajardo
Rental homes in Machuelo Abajo Puerto Rico and condo rentals in Machuelo Abajo Puerto Rico
Holiday rentals in Los Chivos, rent house in Los Chivos Puerto Rico, and rent houses
Rent houses Hato Tejas Puerto Rico, rental home Hato Tejas, houses for rent, and for rent by owner homes in Hato Tejas Puerto Rico
Vacation rental in Puerto Real Puerto Rico and homes for rent Puerto Real 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
|
|