" . htmlspecialchars($row->department) . " | "
. "" . htmlspecialchars($row->department_name) . " | "
. "" . htmlspecialchars($row->dept_acct_num) . " | "
. ""
. ""
." | "
.""
. ""
. " |
";
}
} catch (MongoDB\Driver\Exception\Exception $e) {
$filename = basename(__FILE__);
$output = 'Could not retrieve files from server: ';
$errorException = $e->getMessage();
include('pages/error.php');
exit();
}
echo '';
?>