Name | City | Office Code |
---|---|---|
= htmlspecialchars($row["brch_name"]) ?> | = htmlspecialchars($row["brch_city"]) ?> | = htmlspecialchars($row["brch_id"]) ?> |
home/abhiramc/public_html/acts.service/dashboard.office.view.php 0000644 00000014271 15021436570 0021010 0 ustar 00 getConnection(); // Check admin permission $usr = new user($db); $adminpermission = $usr->check_admin_permission($_SESSION["user"]); // initialize object $off = new office($db); // read office will be here // query office $stmt = $off->off_read(); $num = $stmt->rowCount(); ?>
Name | City | Office Code |
---|---|---|
= htmlspecialchars($row["brch_name"]) ?> | = htmlspecialchars($row["brch_city"]) ?> | = htmlspecialchars($row["brch_id"]) ?> |