芝麻web文件管理V1.00
';
}
if(isset($_GET['updatestatus']))
{
$id = $_GET['updatestatus'];
$status = $_GET['status'];
$sql = mysqli_query($cn, "update `tbl_employee` SET `status`='".$status."' where id='$id'");
echo 'Danger! Employee Status Updated Successfully.
';
}
?>