|
<%@ 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" %>
|
Honduras Rental Links
Flowers Bay for rent by owner homes and house rentals Flowers Bay Honduras
Condos for rent, homes for rent by owner in French Caye, and French Caye Honduras rental home
For rent by owner homes in Milton Bight, rental homes, rental apartment Milton Bight, and Milton Bight Honduras rental houses
Milton Bight Honduras rental homes and real estate rentals in Milton Bight Honduras
Short term rentals in Helene Honduras, rental apartment in Helene Honduras, and houses for rent
Vacation homes for rent by owner, home rentals Turtle Crossing, vacation homes for rent by owner in Turtle Crossing Honduras, and houses for rent Turtle Crossing Honduras
Palmetto Bay vacation homes for rent by owner and apartment rentals in Palmetto Bay
Vacation homes in West Bay Beach Honduras, home rentals, and house rentals in West Bay Beach Honduras
For rent by owner homes Dixon s Cove Honduras, Dixon s Cove Honduras vacation rentals, Dixon s Cove Honduras homes for rent by owner, and holiday rentals Dixon s Cove Honduras
Rental homes Politilly Bight and Politilly Bight Honduras vacation rental
West End Honduras bed and breakfast rentals, rental apartment in West End Honduras, and short term rentals
Flowers Bay rental property owners, third party listing companies, landlords, and property agents list home rentals Flowers Bay Honduras, rental homes in Flowers Bay Honduras, and vacation rental in Flowers Bay Honduras.
Ferret out, design, and conceive rental apartment TELA, rental home in TELA Honduras, and rent houses in TELA Honduras.
The Flowers Bay log classified ads and secluded online MLS for these vicinity can be mapped.
Entrepreneurs and globetrotters who are chasing after homes for rent by owner in Flowers Bay Honduras and are trying to learn Flowers Bay Honduras rental homes, Flowers Bay Honduras homes for rent by owner, and Flowers Bay Honduras rental homes can scout our website, FRBO.com and our beach listed properties, exotic classified advertisements, resort online MLS, and convenient lists of marked properties.
The Flowers Bay Honduras indexes tabbed and posted on our webpage eliminate spacious houseboat and convenient duplex.
Recognize, find out, and move vacation rentals Santa Rosa, Santa Rosa Honduras real estate rentals, and for rent by owner homes in Santa Rosa Honduras.
Notice, come across, and determine the neighborhood and neighboring Flowers Bay block.
Flowers Bay Honduras is a grand and statuesque vicinity with refined and shapely duplex, flat, duplex, and ranchs.
We coined, shaped, and organized our webpage to be exquisite and pulchritudinous.
|
|