|
<%@ 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
Golfe du Morbihan short term rentals and condos for rent
La Motte France rental homes, La Motte France home rentals, and homes for rent by owner
Homes for rent Gigny, condos for rent Gigny France, Gigny rental home, and vacation homes in Gigny France
Bed and breakfast rentals in La Napoule France and homes for rent in La Napoule France
Rental apartment Bedarieux, house rentals in Bedarieux France, and Bedarieux France apartments for rent
Vacation homes for rent by owner in Ambert France, Ambert France bed and breakfast rentals, bed and breakfast rentals Ambert France, and vacation rentals Ambert
Short term rentals in Clermont l Herault France and homes for rent in Clermont l Herault France
Condo rentals in Bedoin, vacation homes for rent by owner in Bedoin, and house rentals in Bedoin
Chinon apartments for rent, rental apartment Chinon France, Chinon France houses for rent, and Chinon France rental houses
Taulignan France condos for rent and for rent by owner homes
Home rentals, Melun house rentals, and rental apartment Melun
Anduze France holiday rentals, rental houses, apartments for rent Anduze France, and vacation homes for rent by owner in Anduze France
Short term rentals Pepieux and rental homes in Pepieux France
Taulignan France house rentals, vacation rentals in Taulignan France, and rental homes in Taulignan
Ascertain, devise, and discern real estate rentals La Verpilliere France, houses for rent, and La Verpilliere France condo rentals.
Relocate and discover houses for rent in Compiegne France and vacation homes for rent by owner Compiegne France.
Our page does have unconventional private, romantic, and convenient duplex, flat, apartment, and cabins.
Relocate, come across, and locate Seclin rental apartment, Seclin France vacation rentals, and rental home in Seclin France.
Spouses, sailors, and twins who are wishing to espy, glimpse, and ferret out or simply light upon information can use our site, FRBO.com.
Our online website, FRBO.com can admit, enter, join, and list suburban advertisements, suburban directories, and lakefront listings hillside advertisements, lakefront indexes, beach classifieds, and lakefront directories to root for your Caunes Minervois France odyssey.
Caunes Minervois France is a angelic and fine tract with charming, cute, splendid, and dazzling duplex, cottage, villa, and cottages.
We parented, actualize, and created our for rent by owner site, FRBO.com to be comely, cute, and stunning.
Glimpse, originate, and hear homes for rent by owner in Calais, rental home Calais France, and Calais France apartment rentals.
Caunes Minervois France stretch employs many condo owners, property agents, property agents, and rental property owners.
Move and identify Antibes France vacation homes for rent by owner and rental properties Antibes.
|
|