b0y-101 Mini Shell


Current Path : E:/www/b-group.old/spfin/application/admission/
File Upload :
Current File : E:/www/b-group.old/spfin/application/admission/delete.php

<?php 

    include_once('functions.php');

    if (isset($_GET['del'])) {
        $userid = $_GET['del'];
        $deletedata = new DB_con();
        $sql = $deletedata->delete($userid);

        if ($sql) {
            echo "<script>alert('Record Deleted Successfully!');</script>";
            echo "<script>window.location.href='index.php'</script>";
        }
    }

?>

Copyright © 2019 by b0y-101