if (mysql_num_rows($result2) > 0){ ?>
MANAGEMENT
} ?>
while($row2 = mysql_fetch_array($result2)){ ?>
if($row2['company'] != "") { ?>
} ?>
if($row2['phone'] != "") { ?>
Phone:
} ?>
if($row2['cell'] != "") { ?>
Cell:
} ?>
if($row2['fax'] != "") { ?>
Fax:
} ?>
if($row2['emailaddress'] != "") { ?>
} ?>
$row2_count++;
}
?>
while($row2pm = mysql_fetch_array($result2pm)){ ?>
if($row2pm['company'] != "") { ?>
} ?>
if($row2pm['phone'] != "") { ?>
Phone:
} ?>
if($row2pm['cell'] != "") { ?>
Cell:
} ?>
if($row2pm['fax'] != "") { ?>
Fax:
} ?>
if($row2pm['emailaddress'] != "") { ?>
} ?>
$row2pm_count++;
}
?>
if (mysql_num_rows($result3) > 0){ ?>
BOARD MEMBERS
} ?>
while($row3 = mysql_fetch_array($result3)){ ?>
if ($row3['ctype']=='President'){?>
if($row3['company'] != "") { ?>
} ?>
if($row3['phone'] != "") { ?>
Phone:
} ?>
if($row3['cell'] != "") { ?>
Cell:
} ?>
if($row3['fax'] != "") { ?>
Fax:
} ?>
if($row3['emailaddress'] != "") { ?>
} ?>
} ?>
} ?>
while($row4 = mysql_fetch_array($result4)){ ?>
if ($row4['ctype']=='Vice-President'){?>
if($row4['company'] != "") { ?>
} ?>
if($row4['phone'] != "") { ?>
Phone:
} ?>
if($row4['cell'] != "") { ?>
Cell:
} ?>
if($row4['fax'] != "") { ?>
Fax:
} ?>
if($row4['emailaddress'] != "") { ?>
} ?>
} ?>
} ?>
while($row5 = mysql_fetch_array($result5)){ ?>
if ($row5['ctype']=='Secretary'){?>
if($row5['company'] != "") { ?>
} ?>
if($row5['phone'] != "") { ?>
Phone:
} ?>
if($row5['cell'] != "") { ?>
Cell:
} ?>
if($row5['fax'] != "") { ?>
Fax:
} ?>
if($row5['emailaddress'] != "") { ?>
} ?>
} ?>
} ?>
while($row6 = mysql_fetch_array($result6)){ ?>
if ($row6['ctype']=='Treasurer'){?>
if($row6['company'] != "") { ?>
} ?>
if($row6['phone'] != "") { ?>
Phone:
} ?>
if($row6['cell'] != "") { ?>
Cell:
} ?>
if($row6['fax'] != "") { ?>
Fax:
} ?>
if($row6['emailaddress'] != "") { ?>
} ?>
} ?>
} ?>
$row3_count=0;
while($row7 = mysql_fetch_array($result7)){ ?>
if ($row7['ctype']=='Director'){?>
if($row7['company'] != "") { ?>
} ?>
if($row7['phone'] != "") { ?>
Phone:
} ?>
if($row7['cell'] != "") { ?>
Cell:
} ?>
if($row7['fax'] != "") { ?>
Fax:
} ?>
if($row7['emailaddress'] != "") { ?>
} ?>
$row7_count++;
}
?>
} ?>
if (mysql_num_rows($result8) > 0){ ?>
BUILDING STAFF
} ?>
while($row8 = mysql_fetch_array($result8)){ ?>
if($row8['company'] != "") { ?>
} ?>
if($row8['phone'] != "") { ?>
Phone:
} ?>
if($row8['cell'] != "") { ?>
Cell:
} ?>
if($row8['fax'] != "") { ?>
Fax:
} ?>
if($row8['emailaddress'] != "") { ?>
} ?>
$row8_count++;
}
?> if (mysql_num_rows($result9) > 0){ ?>
OTHER CONTACTS
} ?>
while($row9 = mysql_fetch_array($result9)){ ?>
if($row9['company'] != "") { ?>
} ?>
if($row9['phone'] != "") { ?>
Phone:
} ?>
if($row9['cell'] != "") { ?>
Cell:
} ?>
if($row9['fax'] != "") { ?>
Fax:
} ?>
if($row9['emailaddress'] != "") { ?>
} ?>
$row9_count++;
}
?>