hjkhghopjkertteerterterterertertrtoirh
bnmbertsurhetertertertertertertertpdf'tdfg
/
home
/
thrissurhockey
/
public_html
/
admin
/
Upload FileeE
HOME
<?php ob_start(); ?> <?php $db = mysqli_connect("localhost","thrissurhockey_db","Db@12345!@#","thrissurhockey_db"); // $db = mysqli_connect("localhost","root","","thrissurhockey_db"); if(!$db) { die("Connection failed: " . mysqli_connect_error()); } ?> <?php $id = $_GET['id']; // get id through query string $del = mysqli_query($db,"delete from tb_image4 where id = '$id'"); // delete query if($del) { mysqli_close($db); // Close connection header("location:gallery-list.php"); // redirects to all records page exit; } else { echo "Error deleting record"; // display error message if not delete } ?>