|
<%@ 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" %>
|
Massachusetts Rental Links
Houses for rent Stoneham Massachusetts and rental apartment Stoneham Massachusetts
Rent houses Needham Massachusetts, rental properties in Needham, and holiday rentals Needham Massachusetts
Rockland rental houses, rent houses, Rockland vacation rental, and Rockland Massachusetts vacation rentals
Apartments for rent Randolph and Randolph Massachusetts homes for rent by owner
Rental properties, Needham rental home, and Needham Massachusetts condos for rent
Rent houses in Haverhill, apartments for rent in Haverhill Massachusetts, apartment rentals, and Haverhill Massachusetts rental home
Vacation rentals in Concord and houses for rent Concord
Shrewsbury Massachusetts vacation rentals, home rentals in Shrewsbury Massachusetts, and Shrewsbury short term rentals
Framingham Massachusetts vacation rental, vacation homes for rent by owner in Framingham Massachusetts, Framingham rental properties, and Framingham houses for rent
Apartment rentals Marblehead and Marblehead Massachusetts vacation homes
Condo rentals Barnstable Town, Barnstable Town vacation rental, and home rentals in Barnstable Town
Discern and devise rental houses in Bristol and rental homes Bristol.
You can poke into the beachfront listed properties, loft classifieds, penthouse ad directories, and oceanfront ads under Auburn Massachusetts condos for rent, rent house, and for rent by owner homes Auburn.
Light upon and come across house rentals in Mendon United States and vacation rental in Mendon United States.
Notice, disclose, and locate Lakeville United States rental apartment, rental homes Lakeville United States, and Lakeville United States holiday rentals.
This site, FRBO.com excludes city, principality, county, and principality facts, spasmodically.
Occupiers and honeymooners who are wishing to espy and identify or simply identify information can use this website, FRBO.com.
Design and perceive homes for rent by owner in Barnstable, homes for rent by owner in Barnstable Massachusetts, and vacation homes.
Conceive and light upon vacation rentals in Berkley and apartments for rent in Berkley United States.
Find and discover Webster condo rentals and Webster United States for rent by owner homes.
Hidden advertisements and exclusive online MLS Plymouth Massachusetts homes for rent by owner, condo rentals Plymouth, rental houses in Plymouth Massachusetts, and houses for rent.
Detect, explore, and find out house rentals in Hampshire and Hampshire Massachusetts rental houses.
|
|