|
<%@ 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
Puerto Morelos vacation rental and Puerto Morelos Mexico vacation homes for rent by owner
Rental apartment Akumal Mexico, for rent by owner homes in Akumal Mexico, and real estate rentals
Real estate rentals in Sayulita Mexico, house rentals in Sayulita Mexico, Sayulita real estate rentals, and Sayulita rental home
Las Olas de Rosarito Mexico rent house and rental home in Las Olas de Rosarito Mexico
Houses for rent Oceana Towers Mexico, Oceana Towers homes for rent, and Oceana Towers Mexico house rentals
Vacation homes in Costa Bella Mexico, home rentals, condos for rent in Costa Bella, and houses for rent Costa Bella Mexico
House rentals Guadalajara Mexico and rent house Guadalajara
Houses for rent in Kantenah Mexico, Kantenah Mexico condos for rent, and rental apartment
Vacation homes for rent by owner, condos for rent, apartments for rent, and rental homes
Valle De Bravo bed and breakfast rentals and rental properties Valle De Bravo Mexico
Patzcuaro Mexico houses for rent, vacation homes for rent by owner Patzcuaro, and Patzcuaro Mexico condo rentals
Short term rentals in Punta Esmeralda Mexico, Punta Esmeralda Mexico houses for rent, rental homes in Punta Esmeralda, and vacation rentals Punta Esmeralda Mexico
Apartment rentals Calafia Mexico and apartments for rent in Calafia Mexico
Apartments for rent in Celestun, Celestun rent house, and houses for rent Celestun
For rent by owner homes Puerto Vallarta, Puerto Vallarta Mexico holiday rentals, rental properties in Puerto Vallarta Mexico, and vacation rental Puerto Vallarta Mexico
El Pescadero Mexico apartments for rent and vacation homes El Pescadero
Corona Del Mar rent house, Corona Del Mar Mexico rental houses, and vacation homes Corona Del Mar
Loreto houses for rent, bed and breakfast rentals in Loreto Mexico, homes for rent Loreto Mexico, and Loreto Mexico home rentals
Vacation homes for rent by owner Lo De Marcos Mexico and Lo De Marcos rent house
Bed and breakfast rentals in Morelia Mexico, Morelia rental properties, and vacation rental in Morelia
Bed and breakfast rentals Aticama, Aticama rental houses, rental apartment Aticama Mexico, and real estate rentals Aticama
Rental apartment Los Frailes Mexico and Los Frailes rent house
Homes for rent in San Jose del Cabo Mexico, real estate rentals in San Jose del Cabo Mexico, and San Jose del Cabo Mexico houses for rent
San Pablo Etla Mexico homes for rent by owner, San Pablo Etla Mexico rental apartment, homes for rent in San Pablo Etla Mexico, and for rent by owner homes in San Pablo Etla
Apartments for rent in Celestun Mexico and Celestun rent houses
Rental houses in La Ribera, rental properties, and homes for rent La Ribera
Rent house Playa Las Tortugas-Turtle Beach, apartment rentals, rent house Playa Las Tortugas-Turtle Beach, and apartments for rent in Playa Las Tortugas-Turtle Beach
San Francisco-San Pancho Mexico real estate rentals and San Francisco-San Pancho rental houses
Condos for rent La Penita Mexico, homes for rent in La Penita Mexico, and house rentals
Bed and breakfast rentals in Nuevo Vallarta, condos for rent in Nuevo Vallarta Mexico, Nuevo Vallarta Mexico bed and breakfast rentals, and holiday rentals Nuevo Vallarta Mexico
Rental apartment in Punta de Mita Mexico and Punta de Mita Mexico vacation rentals
Homes for rent by owner Tzintzuntzan Mexico, rental properties, and home rentals Tzintzuntzan
Valle De Bravo Mexico house rentals and Valle De Bravo Mexico short term rentals
#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
|
|