Robinson - Project 9

Products

'; echo ' Department Department Name Department Account Number Buttons '; try { $monQuery = new MongoDB\Driver\Query([]); $rows = $mongodconn->executeQuery("RobEmployee.Department", $monQuery); foreach ($rows as $row) { echo "" . 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 ''; ?>