home/abhiramc/public_html/acts.service/dashboard.office.delete.php 0000644 00000002630 15021152624 0021267 0 ustar 00 getConnection(); // initialize object $off = new office($db); // read office will be here // query office $off->ts_oid = $oid; $stmtoff = $off->off_delete(); if($stmtoff<=0){ $message = "Office Deleted Successfully"; }else{ $message = "User Recored Exist ! Office can not be deleted -" . $stmtoff; } } ?>