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(); ?> STATS
0) : ?>
fetch(PDO::FETCH_ASSOC)) : ?>
Name City Office Code
Office Created Successfully.
"; } ?>