State Hazard Mitigation Plan Steering Committee
Forum
To view comments, click on the subject of interest in the following list:
$conn=mysql_connect();
$db=mysql_select_db("bureau",$conn);
$result=mysql_query("select subj from subjects",$conn);
while($row = @mysql_fetch_array($result)){$subj=$row[0];
print"$subj";}
print"
To post comments, enter your name, subject, and comment. Subjects are not restricted to the above list.
";
?>