I was trying to delete a record on my Database. So basically I created a table that contains all of my records. Now what I need to do is when I click on the \"DELETE\" link
$query = "DELETE FROM email_tbl WHERE id=".$_GET['id']." LIMIT 1";