<%@ page contentType="text/html; charset=iso-8859-1" language="java" import="java.sql.*" errorPage="" %> Houston Area Community Services - Locate a Dropbox <%! String driver = "org.gjt.mm.mysql.Driver"; %> <%! String connection = "jdbc:mysql://72.19.220.15/hacs?user=lhack&password=brenda1"; %> <%! ResultSet data; %>

Locate a Dropbox


Your clothing donations are very much needed and appreciated. Please know that someone will be very happy to receive your donated articles. Also please feel free to donate small, usable household goods, small appliances, and toys that are in good condition. Because we do not have a cleaning or repair facility, please do not donate items that are broken, do not work, or need repair or cleaning. The cost for us to haul away rubbish such as appliances, mattresses and broken furniture, is very high and diminishes our ability to operate efficiently. Our special pickups are limited to large donations, generally from churches or other organizations. We thank you for your support!

Please select one of the following locations and we will display a map to help you find it.
<% db.setDriver(driver); db.setConnection(connection); db.connect(); %> <%=db.getErr() %> <%db.execute("SELECT DISTINCT city FROM dropbox ORDER BY city");%> <%=db.getErr()%> <%data=db.getData(); %> <% while (data.next()) { %> <%=data.getString("city")%>
<% } %>