|
<%@ 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" %>
|
Puerto Rico Rental Links
Vacation rentals Pßjaros Puerto Rico and condo rentals Pßjaros
Homes for rent by owner in San Juan Puerto Rico, real estate rentals San Juan Puerto Rico, and apartment rentals in San Juan Puerto Rico
Vacation rentals in Mayagnez Puerto Rico, rental houses Mayagnez Puerto Rico, rental home in Mayagnez Puerto Rico, and Mayagnez Puerto Rico vacation homes for rent by owner
Vacation rentals in Carrafzo Puerto Rico and rent houses in Carrafzo Puerto Rico
Short term rentals in Fajardo Puerto Rico, homes for rent by owner in Fajardo Puerto Rico, and Fajardo Puerto Rico apartment rentals
Vacation homes Miradero, holiday rentals in Miradero Puerto Rico, home rentals in Miradero Puerto Rico, and short term rentals
Vacation homes Buena Vista and bed and breakfast rentals Buena Vista
Vacation rental in Machuelo Abajo Puerto Rico, vacation rentals in Machuelo Abajo Puerto Rico, and homes for rent in Machuelo Abajo Puerto Rico
Palmas Puerto Rico homes for rent, house rentals Palmas, house rentals, and Palmas rent houses
Apartment rentals in Cayey Puerto Rico and homes for rent
Rental houses in Santurce Puerto Rico, Santurce Puerto Rico rental apartment, and house rentals in Santurce Puerto Rico
Algarrobo short term rentals, holiday rentals in Algarrobo Puerto Rico, home rentals, and condo rentals in Algarrobo Puerto Rico
Media Luna vacation homes for rent by owner and Media Luna vacation homes for rent by owner
Hoyo Mulas Puerto Rico vacation homes, apartment rentals in Hoyo Mulas Puerto Rico, and apartments for rent
Sabana Abajo vacation homes for rent by owner, Sabana Abajo Puerto Rico vacation rental, Sabana Abajo Puerto Rico rental properties, and home rentals
Los Chivos Puerto Rico condo rentals and holiday rentals Los Chivos Puerto Rico
Quebrada Fajardo Puerto Rico condo rentals, Quebrada Fajardo Puerto Rico houses for rent, and vacation rentals Quebrada Fajardo Puerto Rico
Rental apartment in Hato Tejas Puerto Rico, rental properties in Hato Tejas Puerto Rico, houses for rent, and Hato Tejas Puerto Rico apartment rentals
Santa Rosa Puerto Rico homes for rent by owner and Santa Rosa vacation homes
Juan Sßnchez Puerto Rico rental apartment, Juan Sßnchez Puerto Rico rental apartment, and vacation rental
Condo rentals, short term rentals Condado Puerto Rico, rental apartment Condado, and Condado house rentals
Rent house Villa Borinquen Puerto Rico and homes for rent by owner Villa Borinquen Puerto Rico
Rental homes, apartments for rent, and rental homes in Hato Abajo Puerto Rico
Home rentals in Higuillar, Higuillar Puerto Rico vacation homes for rent by owner, Higuillar Puerto Rico rent houses, and rental properties in Higuillar Puerto Rico
Rent houses Zarzal and condos for rent in Zarzal
Playa rental properties, Playa rental home, and vacation homes for rent by owner in Playa
Real estate rentals in Segundo, Segundo rental home, home rentals in Segundo, and rental properties Segundo
For rent by owner homes Vega Baja Puerto Rico and rental home in Vega Baja
Homes for rent by owner Ca±aboncito Puerto Rico, rental homes in Ca±aboncito, and vacation homes for rent by owner in Ca±aboncito
Home rentals, rent houses in Hatillo, rent houses, and rent house Hatillo
Rental homes in Santa Rosa Puerto Rico and condo rentals in Santa Rosa Puerto Rico
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
|
|