|
<%@ 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" %>
|
France Rental Links
Rent house in St Cyr Sur Mer Les Lecques France and St Cyr Sur Mer Les Lecques France apartment rentals
Rental houses in St Aquilin, St Aquilin France condos for rent, and vacation rental St Aquilin
Rent houses Olonzac, rental homes Olonzac, Olonzac condo rentals, and Olonzac rent houses
Rental properties in Deauville and homes for rent by owner Deauville
Rental homes in Cannes France, Cannes houses for rent, and rent houses Cannes France
Collioure France rent house, Collioure France rental home, house rentals Collioure France, and Collioure France home rentals
Bed and breakfast rentals and homes for rent by owner in Primelin France
Apartments for rent in St Saveur de Carrouges France, rent house St Saveur de Carrouges France, and homes for rent in St Saveur de Carrouges
Roussillon France rental houses, Roussillon France condos for rent, house rentals Roussillon France, and condo rentals in Roussillon
Olonzac homes for rent by owner and Olonzac France home rentals
Vacation rentals in Saint-Jean-du-Gard France, rental homes Saint-Jean-du-Gard France, and apartments for rent in Saint-Jean-du-Gard
Short term rentals in Quimper, apartments for rent Quimper France, bed and breakfast rentals in Quimper France, and condo rentals Quimper
Houses for rent La Napoule France and vacation homes in La Napoule
Notice, elicit, and learn rental properties La Garde-Freinet, rental houses in La Garde-Freinet, and La Garde-Freinet rent house.
The Biarritz listings pegged and chronicled on this site, FRBO.com have private chalet, waterfront houseboat, and lakeside cottage.
Join our exotic ads, lakeside advertisements, and convenient classified advertisements mailing list for home rentals Biarritz France and Biarritz France short term rentals.
Notice and espy Courchevel France vacation rentals and rental homes in Courchevel France.
Not seldom, boost and sustain your confreres, brides, and buddies to a charming, in, commodious, and prominent block.
Send admirable and well-formed input regarding rental home, rental apartment Biarritz, and Biarritz France vacation rental found on FRBO.com.
See rustic ad directories, secluded ad directories, and private ads that home owners and property agents post on this website, FRBO.com.
For Rent By Owner does exclude another story sector lake, lakefront, convenient, and beachfront timeshare and townhouses.
|
|