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