GIF89a
<?php include 'db.php'; $cid=intval($_GET['cid']); mysqli_query($db,"delete from p4 where id='$cid'"); header("Location:Courses-view.php"); ?>