Dashboard
Add Expenditure Category
| SN | CATEGORY NAME | ACTION |
| " onclick="return confirm('Are You Sure you want to delete this Category ?, Action can not be undo! ')" class="btn btn-danger" >DELETE |
prepare("select category from expcategory where category =:p") ; $chk->bindparam(":p", $cat) ; $chk->execute() ; if($chk->rowcount() > 0) { ?> add_cat($cat)) { ?>
| SN | CATEGORY NAME | ACTION |
| " onclick="return confirm('Are You Sure you want to delete this Category ?, Action can not be undo! ')" class="btn btn-danger" >DELETE |