|
<%@ 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 homes in Gobernador Pi±ero Puerto Rico and Gobernador Pi±ero Puerto Rico house rentals
San Juan Puerto Rico vacation homes, rental apartment in San Juan Puerto Rico, and vacation homes for rent by owner in San Juan Puerto Rico
Santurce Puerto Rico rental apartment, houses for rent, home rentals, and Santurce rental apartment
Miradero Puerto Rico vacation rental and holiday rentals
Palmas Puerto Rico for rent by owner homes, Palmas Puerto Rico homes for rent, and rent houses in Palmas Puerto Rico
Vacation rental Hato Abajo Puerto Rico, vacation homes in Hato Abajo, vacation rentals, and rental apartment in Hato Abajo Puerto Rico
Sßbalos homes for rent and rental apartment in Sßbalos Puerto Rico
Vacation rentals Hato Rey Norte Puerto Rico, Hato Rey Norte vacation rentals, and short term rentals in Hato Rey Norte Puerto Rico
Condo rentals Sabana Hoyos, rental properties Sabana Hoyos Puerto Rico, home rentals in Sabana Hoyos Puerto Rico, and vacation homes
Homes for rent by owner Luquillo and Luquillo Puerto Rico rent houses
Real estate rentals Rio Grande Puerto Rico, vacation homes Rio Grande, and Rio Grande Puerto Rico houses for rent
Condos for rent CiTnaga Baja Puerto Rico, home rentals in CiTnaga Baja Puerto Rico, rental houses in CiTnaga Baja, and home rentals in CiTnaga Baja Puerto Rico
Sus·a Baja rental properties and Sus·a Baja Puerto Rico house rentals
Cuevas Puerto Rico rental houses, Cuevas Puerto Rico rental home, and Cuevas vacation rental
For rent by owner homes, vacation rental in Pßjaros Puerto Rico, rental houses Pßjaros, and houses for rent Pßjaros
Rent houses Arecibo and apartments for rent in Arecibo
Martineau Puerto Rico homes for rent by owner, for rent by owner homes, and Martineau rental apartment
Quebrada Fajardo real estate rentals, home rentals in Quebrada Fajardo Puerto Rico, house rentals Quebrada Fajardo Puerto Rico, and house rentals in Quebrada Fajardo Puerto Rico
Home rentals Rfo Ca±as Puerto Rico and rent houses Rfo Ca±as
Real estate rentals Rio Grande Puerto Rico, Rio Grande Puerto Rico apartment rentals, and Rio Grande Puerto Rico rental properties
Condo rentals in Juan Sßnchez Puerto Rico, homes for rent Juan Sßnchez, rental home Juan Sßnchez Puerto Rico, and house rentals
Rental apartment in Las Croabas Puerto Rico and Las Croabas Puerto Rico condos for rent
Hoyo Mulas Puerto Rico houses for rent, rental apartment, and Hoyo Mulas home rentals
Homes for rent Fajardo Puerto Rico, bed and breakfast rentals in Fajardo Puerto Rico, rental properties Fajardo Puerto Rico, and Fajardo rental properties
Vacation homes for rent by owner Machuelo Arriba and Machuelo Arriba Puerto Rico apartments for rent
Rental homes Hato Abajo, home rentals Hato Abajo, and for rent by owner homes Hato Abajo
Homes for rent, Humacao short term rentals, Humacao rental houses, and Humacao Puerto Rico house rentals
Bed and breakfast rentals Rinc=n and short term rentals in Rinc=n Puerto Rico
Santurce vacation homes, vacation homes for rent by owner Santurce Puerto Rico, and Santurce Puerto Rico holiday rentals
Rent houses in Sabana Abajo, Sabana Abajo Puerto Rico vacation rental, Sabana Abajo Puerto Rico house rentals, and Sabana Abajo Puerto Rico rental homes
Home rentals in Sßbalos and rental apartment
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
|
|