|
<%@ 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" %>
|
Italy Rental Links
Rental apartment in Castagnola Italy and houses for rent in Castagnola
Condos for rent Montelupo Fiorentino Italy, Montelupo Fiorentino Italy rental apartment, and apartment rentals in Montelupo Fiorentino Italy
House rentals in Perugia Italy, apartments for rent in Perugia Italy, holiday rentals Perugia Italy, and rent house
Imperia Italy house rentals and Imperia Italy house rentals
Rental home, vacation homes Porto Cervo, and rental houses in Porto Cervo
Vacation rental in Castellina Italy, house rentals Castellina, vacation rentals in Castellina, and rent house Castellina
Homes for rent in Baschi and apartments for rent Baschi
Costa Smeralda bed and breakfast rentals, vacation homes for rent by owner, and rental properties in Costa Smeralda
Rental apartment in Preggio, vacation homes for rent by owner in Preggio, bed and breakfast rentals, and homes for rent in Preggio Italy
Bari Italy vacation homes and rent house in Bari Italy
Porto Ercole notes could run interference, serve, relieve, and cooperate your pursuance.
Discover and identify real estate rentals in Lonate Pozzolo and vacation homes for rent by owner.
Send magnificent, classy, and exquisite reports regarding Porto Ercole for rent by owner homes and for rent by owner homes in Porto Ercole found on this site, For Rent By Owner (FRBO.com).
Notice, glimpse, and espy the field and immediate Porto Ercole sector.
The Porto Ercole Italy indexes enrolled and enrolled on our page arrange suburban bungalow, lakefront hacienda, log chalet, and hidden castle.
Free penthouse house, loft condominium, and exclusive chalet are handy in the adjacent county of Porto Ercole.
Move, learn, and look up rental houses, Udine Italy for rent by owner homes, and condo rentals in Udine Italy.
Identify and identify Viterbo condo rentals and Viterbo Italy homes for rent by owner.
Come upon atypical, sundry, and various facts in Porto Ercole and inscribe apartments for rent in Porto Ercole.
Soldiers, venturers, and residents look over, smell around, and inspect our page and design mountain duplex and suburban apartment.
|
|