|
<%@ 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" %>
|
Mexico Rental Links
For rent by owner homes San Francisco-San Pancho and home rentals in San Francisco-San Pancho Mexico
Homes for rent Celestun, Celestun rent houses, and Celestun Mexico rental homes
House rentals in Baja Malibu Mexico, apartments for rent Baja Malibu Mexico, Baja Malibu Mexico for rent by owner homes, and rental properties in Baja Malibu Mexico
Bed and breakfast rentals and homes for rent by owner San Pablo Etla Mexico
Rent house, apartments for rent in Los Frailes Mexico, and Los Frailes Mexico houses for rent
Cancun Mexico homes for rent by owner, Cancun Mexico homes for rent, real estate rentals in Cancun, and rental properties in Cancun Mexico
Homes for rent by owner in Playa del Carmen and home rentals
Condos for rent San Carlos Mexico, rent houses San Carlos Mexico, and San Carlos Mexico vacation rental
Tzintzuntzan Mexico holiday rentals, apartment rentals, condo rentals in Tzintzuntzan Mexico, and Tzintzuntzan Mexico bed and breakfast rentals
Vacation rental Kantenah Mexico and vacation rentals Kantenah
Tzintzuntzan bed and breakfast rentals, Tzintzuntzan Mexico rental properties, and condos for rent Tzintzuntzan Mexico
For rent by owner homes in Chacala Mexico, Chacala Mexico house rentals, bed and breakfast rentals in Chacala, and Chacala rental homes
Homes for rent and Nuevo Vallarta Mexico short term rentals
Home rentals in Costa Bella, rent house in Costa Bella, and Costa Bella rent houses
Chicxulub Mexico apartments for rent, apartment rentals in Chicxulub Mexico, Chicxulub condo rentals, and rent house Chicxulub Mexico
Rental apartment Puerto Penasco-Rocky Point and Puerto Penasco-Rocky Point apartments for rent
For rent by owner homes in El Pescadero Mexico, rent house, and rental apartment El Pescadero
Rental apartment La Mision, La Mision rent house, La Mision Mexico rental apartment, and bed and breakfast rentals
Ensenada Mexico vacation homes and vacation rental Ensenada
For rent by owner homes in Puerto Aventuras, rental houses Puerto Aventuras, and homes for rent by owner in Puerto Aventuras Mexico
House rentals in Alamos, house rentals in Alamos, short term rentals in Alamos Mexico, and condo rentals in Alamos Mexico
Puerto Penasco-Rocky Point apartment rentals and Puerto Penasco-Rocky Point apartment rentals
Short term rentals Teotitlan del Valle Mexico, Teotitlan del Valle Mexico apartments for rent, and Teotitlan del Valle Mexico rent houses
Vacation homes in Alamos Mexico, homes for rent by owner in Alamos Mexico, Alamos Mexico rent house, and Alamos Mexico for rent by owner homes
Apartment rentals in Baja Malibu and Baja Malibu Mexico condos for rent
Short term rentals in Playa del Secreto Mexico, rent house Playa del Secreto Mexico, and home rentals in Playa del Secreto Mexico
Costa Bella house rentals, house rentals in Costa Bella, Costa Bella Mexico condos for rent, and Costa Bella apartment rentals
Rent houses and Colima rental home
Bucerias Mexico houses for rent, Bucerias rent houses, and vacation homes for rent by owner Bucerias
Tepoztlan real estate rentals, vacation homes, Tepoztlan Mexico for rent by owner homes, and Tepoztlan Mexico rental apartment
Rental houses in Xcalak Mexico and rental houses Xcalak
Rental properties El Pescadero, houses for rent, and houses for rent El Pescadero
#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
|
|