session_start ();
if($_SESSION['buildingID'] != "")
{
include 'config2.php';
include 'opendb.php';
$query = "SELECT * from pm_buildings where buildingID='".$_SESSION['buildingID']."'";
$result = mysql_query($query) or die(mysql_error());
$row=mysql_fetch_array($result);
?>
The following documents are available for :
$query2 = "SELECT * from pm_documents where buildingaddress='".$row['buildingaddress']."'";
$result2 = mysql_query($query2) or die(mysql_error());
$row2_count = 0;
$showrestitle = mysql_num_rows($result2);
?>
while($row2 = mysql_fetch_array($result2)){
if
(($row2['bd1res'] == "res") OR
($row2['bd2res'] == "res") OR
($row2['bd3res'] == "res") OR
($row2['bd4res'] == "res") OR
($row2['bd5res'] == "res") OR
($row2['bd6res'] == "res") OR
($row2['bd7res'] == "res") OR
($row2['bd8res'] == "res") OR
($row2['bd9res'] == "res") OR
($row2['bd10res'] == "res") OR
($row2['bd11res'] == "res") OR
($row2['bd12res'] == "res") OR
($row2['bd13res'] == "res") OR
($row2['bd14res'] == "res") OR
($row2['bd15res'] == "res") OR
($row2['bd16res'] == "res") OR
($row2['bd17res'] == "res") OR
($row2['bd18res'] == "res") OR
($row2['bd19res'] == "res") OR
($row2['bd20res'] == "res"))
{ ?>
RESIDENT DOCUMENTS
} ?>
if (($row2['bd1'] != "") AND ($row2['bd1res'] != "")){ ?>
•
} ?>
if (($row2['bd2'] != "") AND ($row2['bd2res'] != "")){ ?>
•
} ?>
if (($row2['bd3'] != "") AND ($row2['bd3res'] != "")){ ?>
•
} ?>
if (($row2['bd4'] != "") AND ($row2['bd4res'] != "")){ ?>
•
} ?>
if (($row2['bd5'] != "") AND ($row2['bd5res'] != "")){ ?>
•
} ?>
if (($row2['bd6'] != "") AND ($row2['bd6res'] != "")){ ?>
•
} ?>
if (($row2['bd7'] != "") AND ($row2['bd7res'] != "")){ ?>
•
} ?>
if (($row2['bd8'] != "") AND ($row2['bd8res'] != "")){ ?>
} ?>
if (($row2['bd9'] != "") AND ($row2['bd9res'] != "")){ ?>
•
} ?>
if (($row2['bd10'] != "") AND ($row2['bd10res'] != "")){ ?>
•
} ?>
if (($row2['bd11'] != "") AND ($row2['bd11res'] != "")){ ?>
•
} ?>
if (($row2['bd12'] != "") AND ($row2['bd12res'] != "")){ ?>
•
} ?>
if (($row2['bd13'] != "") AND ($row2['bd13res'] != "")){ ?>
•
} ?>
if (($row2['bd14'] != "") AND ($row2['bd14res'] != "")){ ?>
•
} ?>
if (($row2['bd15'] != "") AND ($row2['bd15res'] != "")){ ?>
•
} ?>
if (($row2['bd16'] != "") AND ($row2['bd16res'] != "")){ ?>
•
} ?>
if (($row2['bd17'] != "") AND ($row2['bd17res'] != "")){ ?>
•
} ?>
if (($row2['bd18'] != "") AND ($row2['bd18res'] != "")){ ?>
•
} ?>
if (($row2['bd19'] != "") AND ($row2['bd19res'] != "")){ ?>
•
} ?>
if (($row2['bd20'] != "") AND ($row2['bd20res'] != "")){ ?>
•
} ?>
$row2_count++;
}
}
?>
if ($_SESSION['bmlogin'] == "bm") {
$query3 = "SELECT * from pm_documents where buildingaddress='".$row['buildingaddress']."'";
$result3 = mysql_query($query3) or die(mysql_error());
$row3_count = 0;
$showbmtitle = mysql_num_rows($result3);
?>
while($row3 = mysql_fetch_array($result3)){ ?>
if
(($row3['bd1bm'] == "bm") OR
($row3['bd2bm'] == "bm") OR
($row3['bd3bm'] == "bm") OR
($row3['bd4bm'] == "bm") OR
($row3['bd5bm'] == "bm") OR
($row3['bd6bm'] == "bm") OR
($row3['bd7bm'] == "bm") OR
($row3['bd8bm'] == "bm") OR
($row3['bd9bm'] == "bm") OR
($row3['bd10bm'] == "bm") OR
($row3['bd11bm'] == "bm") OR
($row3['bd12bm'] == "bm") OR
($row3['bd13bm'] == "bm") OR
($row3['bd14bm'] == "bm") OR
($row3['bd15bm'] == "bm") OR
($row3['bd16bm'] == "bm") OR
($row3['bd17bm'] == "bm") OR
($row3['bd18bm'] == "bm") OR
($row3['bd19bm'] == "bm") OR
($row3['bd20bm'] == "bm"))
{ ?>
BOARD MEMBER DOCUMENTS
} ?>
if ($row3['bd1bm'] == "bm"){ ?>
•
} ?>
if ($row3['bd2bm'] == "bm"){ ?>
•
} ?>
if ($row3['bd3bm'] == "bm"){ ?>
•
} ?>
if ($row3['bd4bm'] == "bm"){ ?>
•
} ?>
if ($row3['bd5bm'] == "bm"){ ?>
•
} ?>
if ($row3['bd6bm'] == "bm"){ ?>
•
} ?>
if ($row3['bd7bm'] == "bm"){ ?>
•
} ?>
if ($row3['bd8bm'] == "bm"){ ?>
•
} ?>
if ($row3['bd9bm'] == "bm"){ ?>
•
} ?>
if ($row3['bd10bm'] == "bm"){ ?>
•
} ?>
if ($row3['bd11bm'] == "bm"){ ?>
•
} ?>
if ($row3['bd12bm'] == "bm"){ ?>
•
} ?>
if ($row3['bd13bm'] == "bm"){ ?>
•
} ?>
if ($row3['bd14bm'] == "bm"){ ?>
•
} ?>
if ($row3['bd15bm'] == "bm"){ ?>
•
} ?>
if ($row3['bd16bm'] == "bm"){ ?>
•
} ?>
if ($row3['bd17bm'] == "bm"){ ?>
•
} ?>
if ($row3['bd18bm'] == "bm"){ ?>
•
} ?>
if ($row3['bd19bm'] == "bm"){ ?>
•
} ?>
if ($row3['bd20bm'] == "bm"){ ?>
•
} ?>
$row3_count++;
}
}
?>
Viewing PDF documents in our Client Services Center requires the latest version of Adobe Reader — free software for viewing and printing Adobe Portable Document Format (PDF) files on major hardware and operating system platforms. Adobe Reader is available for download free of charge by clicking on the icon below:

Logout