|
<%@ 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
San Ant=n Puerto Rico rental houses and San Ant=n Puerto Rico vacation rentals
Condo rentals in San Ant=n, house rentals San Ant=n, and vacation rental in San Ant=n
Short term rentals in Fajardo Puerto Rico, Fajardo Puerto Rico condos for rent, Fajardo Puerto Rico rental apartment, and bed and breakfast rentals in Fajardo Puerto Rico
Rental home and homes for rent Gobernador Pi±ero Puerto Rico
Holiday rentals Cayey, vacation homes, and rental properties in Cayey Puerto Rico
Quebradillas Puerto Rico real estate rentals, vacation homes in Quebradillas, Quebradillas Puerto Rico apartments for rent, and rental properties in Quebradillas Puerto Rico
Rental homes and vacation rental in Monacillo Urbano Puerto Rico
Vacation rental in Cayey, holiday rentals in Cayey Puerto Rico, and rental houses
Rental apartment in Aguadilla Puerto Rico, Aguadilla Puerto Rico rental homes, rental properties in Aguadilla Puerto Rico, and for rent by owner homes in Aguadilla Puerto Rico
Rental houses in Sabana Llana Sur Puerto Rico and Sabana Llana Sur vacation homes for rent by owner
Homes for rent by owner in Cerro Gordo, Cerro Gordo Puerto Rico apartment rentals, and Cerro Gordo Puerto Rico rental home
Rental homes in Sus·a Baja, for rent by owner homes Sus·a Baja Puerto Rico, homes for rent Sus·a Baja Puerto Rico, and vacation rental Sus·a Baja
Real estate rentals in Playa Puerto Rico and Playa Puerto Rico houses for rent
Homes for rent by owner in Cangrejo Arriba Puerto Rico, home rentals Cangrejo Arriba Puerto Rico, and rent house Cangrejo Arriba
Houses for rent in Monte Santo Hills Puerto Rico, home rentals Monte Santo Hills Puerto Rico, Monte Santo Hills rental properties, and Monte Santo Hills Puerto Rico bed and breakfast rentals
Houses for rent in Humacao and Humacao Puerto Rico short term rentals
Homes for rent in Bayam=n Puerto Rico, Bayam=n Puerto Rico holiday rentals, and Bayam=n short term rentals
Algarrobo Puerto Rico home rentals, holiday rentals, houses for rent Algarrobo, and vacation homes Algarrobo
Apartment rentals in Higuillar and bed and breakfast rentals in Higuillar Puerto Rico
For rent by owner homes in San Ant=n Puerto Rico, rental houses, and San Ant=n Puerto Rico rental home
Vacation rentals Hoyo Mulas Puerto Rico, rental homes in Hoyo Mulas, vacation homes for rent by owner, and apartments for rent in Hoyo Mulas Puerto Rico
Apartments for rent and Machuelo Arriba Puerto Rico short term rentals
Rent house Sabana Seca, rent house in Sabana Seca Puerto Rico, and Sabana Seca apartments for rent
Hato Rey Central apartments for rent, Hato Rey Central Puerto Rico condos for rent, Hato Rey Central houses for rent, and real estate rentals Hato Rey Central Puerto Rico
Rental home Martineau Puerto Rico and rental home Martineau Puerto Rico
Palmas house rentals, Palmas Puerto Rico vacation homes for rent by owner, and home rentals in Palmas
Rental houses Caimito, rental houses in Caimito Puerto Rico, Caimito Puerto Rico home rentals, and Caimito apartments for rent
Home rentals Machuelo Arriba and Machuelo Arriba Puerto Rico house rentals
Rental home in Miradero Puerto Rico, vacation rentals Miradero Puerto Rico, and vacation homes in Miradero Puerto Rico
Real estate rentals, holiday rentals Pßjaros Puerto Rico, rental apartment in Pßjaros Puerto Rico, and Pßjaros Puerto Rico apartments for rent
Home rentals and holiday rentals Quebrada Fajardo 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
|
|