<? include_once("logincheck.php"); include_once("myconnect.php"); $sql1="DELETE FROM reciprocal_links where id=" . $_REQUEST["id"]; mysql_query($sql1 ); header("Location: ". "links.php?msg=" .urlencode("Link has been Removed!") ); ?>