|
<%@ 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
Rio Grande Puerto Rico vacation rental and homes for rent by owner in Rio Grande Puerto Rico
Cayey Puerto Rico rental apartment, rental apartment Cayey Puerto Rico, and rental properties in Cayey
Oriente rental houses, rent houses Oriente Puerto Rico, vacation homes Oriente Puerto Rico, and rental homes Oriente
Luquillo Puerto Rico rent house and rent house in Luquillo Puerto Rico
Guanica Puerto Rico rent houses, Guanica Puerto Rico rent house, and vacation rental in Guanica
San Ant=n Puerto Rico homes for rent, home rentals in San Ant=n, San Ant=n Puerto Rico rental houses, and real estate rentals San Ant=n Puerto Rico
Apartment rentals in Frailes Puerto Rico and vacation homes for rent by owner in Frailes Puerto Rico
Santa Maria Puerto Rico vacation homes, Santa Maria house rentals, and vacation homes for rent by owner Santa Maria Puerto Rico
Rental apartment in Pugnado Afuera Puerto Rico, home rentals, vacation homes in Pugnado Afuera, and Pugnado Afuera condo rentals
Homes for rent by owner and homes for rent by owner Cayey Puerto Rico
Short term rentals in Cayey, condos for rent Cayey Puerto Rico, and holiday rentals in Cayey
Ponce Puerto Rico homes for rent, Ponce Puerto Rico rental home, Ponce Puerto Rico condo rentals, and apartment rentals in Ponce Puerto Rico
Bed and breakfast rentals Florida Afuera Puerto Rico and apartments for rent Florida Afuera
Quebrada Fajardo Puerto Rico holiday rentals, vacation rentals in Quebrada Fajardo, and home rentals Quebrada Fajardo
Vacation rentals Hato Tejas, short term rentals in Hato Tejas Puerto Rico, Hato Tejas Puerto Rico rental homes, and Hato Tejas Puerto Rico rent houses
Playa vacation homes for rent by owner and houses for rent in Playa Puerto Rico
Vacation rental, houses for rent in Cuevas Puerto Rico, and rental properties in Cuevas
Holiday rentals in Hato Rey Norte Puerto Rico, Hato Rey Norte for rent by owner homes, Hato Rey Norte rental home, and Hato Rey Norte for rent by owner homes
Rfo Caħas for rent by owner homes and real estate rentals
Bairoa Puerto Rico rent houses, Bairoa Puerto Rico for rent by owner homes, and condos for rent
Rental apartment in Oriente, rental home, house rentals, and short term rentals
Condo rentals and Monacillo rental apartment
Playa Puerto Rico rental homes, Playa Puerto Rico homes for rent, and homes for rent by owner
Sabana Llana Sur real estate rentals, holiday rentals in Sabana Llana Sur, condos for rent Sabana Llana Sur Puerto Rico, and Sabana Llana Sur Puerto Rico homes for rent
Homes for rent by owner in Mucarabones and rental homes Mucarabones Puerto Rico
Bed and breakfast rentals Condado Puerto Rico, rent house Condado Puerto Rico, and vacation homes in Condado Puerto Rico
Higuillar apartments for rent, rental home Higuillar Puerto Rico, rent house, and rental properties in Higuillar
Condo rentals Hato Tejas Puerto Rico and home rentals Hato Tejas Puerto Rico
Rent house Lajas Puerto Rico, Lajas Puerto Rico homes for rent by owner, and rental apartment
Rental apartment Sus·a Baja, holiday rentals in Sus·a Baja Puerto Rico, Sus·a Baja rental apartment, and rent house in Sus·a Baja Puerto Rico
For rent by owner homes in Sabana Llana Norte Puerto Rico and Sabana Llana Norte vacation homes for rent by owner
Hato Rey Sur Puerto Rico holiday rentals, rent houses in Hato Rey Sur Puerto Rico, and rent house in Hato Rey Sur
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
|
|