<?PHP if(isset($_GET['id'])){?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<?PHP include("inc/meta.php"); ?>
<title><?PHP include("inc/title.php"); ?></title>
<link href="inc/style.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">
function goto(url)
{
document.location.href=(url);
}
</script>
</head>
<body>
<table width="900" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="70" valign="bottom"><a href="index.php"><img src="images/logo.gif" alt="Petoskey Classifieds - Northern Michigan Classifieds" width="450" height="62" border="0" /></a></td>
<td class="head"><div align="right" class="style1"><a href="index.php" class="style10">Home</a> <span class="style4">|</span> <a href="buy.php" class="style46">Buy</a> <span class="style4">|</span><a href="sell.php" class="style46"> Sell </a><span class="style4">| </span><span class="style9"><a href="search.php" class="style46">Search</a> <span class="style44">|</span> <a href="help.php" class="style46">Help</a> </span></div></td>
</tr>
<tr>
<td height="226" bgcolor="#F1F5FA" class="top left" onClick="goto('buy.php');"><div align="center"><img src="images/buy.gif" alt="Petoskey Classifieds Listings" width="272" height="178" /></div></td>
<td bgcolor="#E2ECF5" class="top right" onClick="goto('sell.php');"><div align="center"><img src="images/sell.gif" alt="Petoskey Classifieds Sell Items" width="265" height="180" /></div></td>
</tr>
<tr>
<td height="34" colspan="2" valign="top" class="main-content"><br />
<table width="100%" height="75" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="71%" valign="top" class="left-content"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td valign="bottom"><span class="style34">Remove Listing</span></td>
<td width="180" valign="bottom" style="padding-right:5px;"><div align="right"><img src="images/sort.gif" width="80" height="24" /></div></td>
</tr>
</tbody>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="border:1px solid #D8D8D8;" class="listings">
<tr>
<td height="30" colspan="2" valign="middle" bgcolor="#E2ECF5" style="padding-left:10px;" class="pages"></td></tr>
<tr>
<td height="30" colspan="2" valign="middle" bgcolor="#ECF2F9" style="padding-left:10px;" class="pages">
<?PHP
if(isset($_GET['pass']) && isset($_GET['id'])){
$id = $_GET['id'];
$pass = $_GET['pass'];
$query = "SELECT * FROM classifieds WHERE adid = '".$id."' AND password = '".$pass."'";
$result = mysql_query($query);
$rows = mysql_num_rows($result);
if($rows > 0){
$del = 1;
$dquery = "DELETE FROM classifieds WHERE adid = '".$id."'";
$dresult = mysql_query($dquery);
echo "<script type='text/javascript'>alert('Listing Deleted Successfully!');</script>";
echo "<meta http-equiv='refresh' content='0;url=index.php'>";
} else { echo "<meta http-equiv='refresh' content='0;url=remove.php?id=".$id."&error=no'>"; }
} elseif (isset($_GET['id'])) {echo "
<style type='text/css'>
<!--
.style3r {font-size: 24px}
.style4r {font-family: Geneva, Arial, Helvetica, sans-serif}
.style5r {font-size: 18px}
.style6r {font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 13px; }
-->
</style>
<form action='remove.php' method='get'><input type='hidden' name='id' value='".$id."' /><table width='100%' border='0' cellspacing='0' cellpadding='0'>
<tr>
<td height='65' valign='top'><div align='center' class='style4r'><span class='style3r'>Enter your password to delete your classified Listing</span><br>
This password was the one you entered when you created this listing"; if(isset($_GET['error'])){echo "<br/><strong><span style='color:#ff0000;'>Error: Your Password Did Not Match This Listing. Please Try Again.</span></strong>";}
echo "</div></td>
</tr>
<tr>
<td height='47'><div align='center' class='style4r'><span class='style5r'>Password:</span>
<input type='text' name='pass' style='font-size:18px;'>
</div></td>
</tr>
<tr>
<td height='36'><div align='center'><input type='submit' name='submit' value='Remove Listing' style='font-size:18px;' /></div></td>
</tr>
<tr>
<td height='47'><div align='center' class='style6r'>Forgot Your Password? Don't Worry, Your Listing Will Be Removed After A Few Days </div></td>
</tr>
</table></form>
";
} else { echo "<meta http-equiv='refresh' content='0;url=index.php'>"; }
?>
</td>
</tr>
<tr>
<td height="23" bgcolor="#E2ECF5" colspan="3"><div align="center"><a href="index.php">Return To Classified Listings</a></div></td>
</tr>
</table>
<br />
<br /></td>
<td width="29%" valign="top" class="right-content"><?PHP include("inc/right.php"); ?></td>
</tr>
</table> </td></tr>
<tr>
<td height="93" colspan="2" valign="top" class="footer">
<div style="float:right;"><a href="#"><img src="images/backtotop.png" width="59" height="18" border="0" /></a></div>
<div align="left" class="style23">
<p><span class="style23"><a href="index.php" class="style49">Home</a> <span class="style44">|</span> <a href="buy.php" class="style49">Buy</a> <span class="style44">|</span><a href="sell.php" class="style49"> Sell </a><span class="style44">| </span><span class="style49"><a href="search.php" class="style49">Search</a> <span class="style44">|</span> <a href="help.php" class="style49">Help</a></span></span></p>
<p class="style24"> All Rights Reserved
<?PHP include("inc/title.php"); ?>
<br />
PHP Classifieds App - <a href="http://www.rcoders.com/" style="text-decoration:none;color:#000000;">RCoders</a> Dev </p>
</div></td>
</tr>
</table>
</body>
</html>
<?PHP } else { echo "<meta http-equiv='refresh' content='0;url=index.php'>"; } ?>