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