<?php include('header.php'); include('options.php'); ?>
<table width="40%" border="0" align="center" cellpadding="2" cellspacing="0" bgcolor="#ffffff">
<tr><td><h3>Search Listing</h3></td><tr>
<tr><td width="450px">
<?php
$id = $_GET['id'];
$result = mysql_query("DELETE FROM newser WHERE blogid='$id'")
or die(mysql_error());
echo '<center>Successfully!</center>';
?>