|
<%@ 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
Jocotepec rental properties and bed and breakfast rentals Jocotepec Mexico
San Blas Mexico house rentals, short term rentals in San Blas Mexico, and San Blas Mexico vacation rentals
Rental properties in Guadalajara Mexico, condo rentals, apartments for rent in Guadalajara Mexico, and vacation rental in Guadalajara Mexico
Playa del Carmen Mexico condos for rent and house rentals in Playa del Carmen Mexico
Rent house, bed and breakfast rentals in Isla Navidad Mexico, and vacation homes for rent by owner in Isla Navidad Mexico
Vacation rental in Los Cabos-Blanco Mexico, Los Cabos-Blanco Mexico rental properties, Los Cabos-Blanco Mexico vacation rental, and Los Cabos-Blanco home rentals
Celestun Mexico bed and breakfast rentals and vacation homes for rent by owner
Montecristo Estates Mexico holiday rentals, apartments for rent in Montecristo Estates Mexico, and vacation rentals in Montecristo Estates Mexico
Rental homes in Punta del Burro Mexico, rental home Punta del Burro, homes for rent Punta del Burro Mexico, and rental properties Punta del Burro
Progreso Mexico short term rentals and Progreso vacation homes
Home rentals in Calafia, rental apartment Calafia, and Calafia Mexico apartment rentals
Rental homes in Puerto Escondido, Puerto Escondido Mexico real estate rentals, vacation homes Puerto Escondido, and vacation homes for rent by owner
San Felipe rent houses and San Felipe Mexico rental properties
Rental home in Bahia Kino-Kino Bay, for rent by owner homes in Bahia Kino-Kino Bay Mexico, and rental apartment in Bahia Kino-Kino Bay
Los Cabos Corridor bed and breakfast rentals, Los Cabos Corridor Mexico rental houses, Los Cabos Corridor Mexico rent houses, and homes for rent in Los Cabos Corridor Mexico
House rentals Oaxaca Mexico and Oaxaca Mexico condos for rent
Homes for rent in Mulege Mexico, condo rentals Mulege Mexico, and Mulege Mexico rental houses
House rentals in Soliman Bay, rental homes, Soliman Bay condos for rent, and Soliman Bay Mexico rent houses
Vacation rental in La Ribera Mexico and La Ribera Mexico homes for rent by owner
Playa Las Tortugas-Turtle Beach home rentals, Playa Las Tortugas-Turtle Beach Mexico rent houses, and apartment rentals in Playa Las Tortugas-Turtle Beach Mexico
Rent house, vacation rental Progreso Mexico, home rentals in Progreso Mexico, and Progreso Mexico rental home
Puerto Penasco-Rocky Point Mexico rent houses and bed and breakfast rentals in Puerto Penasco-Rocky Point Mexico
Isla Navidad real estate rentals, houses for rent Isla Navidad, and Isla Navidad Mexico for rent by owner homes
Homes for rent in Punta Banda Mexico, Punta Banda vacation rental, real estate rentals Punta Banda Mexico, and rental home in Punta Banda
Rental houses in Progreso Mexico and Progreso vacation homes
Rent house in La Cruz de Huanacaxtle Mexico, homes for rent La Cruz de Huanacaxtle Mexico, and La Cruz de Huanacaxtle Mexico vacation homes
Apartment rentals San Antonio, for rent by owner homes, San Antonio Mexico real estate rentals, and vacation rental in San Antonio
Rent house Los Cabos-Blanco and homes for rent by owner in Los Cabos-Blanco Mexico
Rent house in Catemaco Mexico, Catemaco apartments for rent, and Catemaco rental homes
Vacation rentals in Valle De Bravo, home rentals Valle De Bravo, homes for rent Valle De Bravo, and rental properties Valle De Bravo
For rent by owner homes in Puerto Penasco-Rocky Point and Puerto Penasco-Rocky Point rental home
#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
|
|