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