any ov ya able help me do this eres wot i got in hostproc wen i click it it just deletes read inboxs and not all inboxs
any help b great guys thanx
PHP Code:
//////////////////////////clear inboxs//////////////////////////
else if($action=="delallpms")
{
echo "<head>";
echo "<title>Host Tools</title>";
echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"../themes/$theme[0]\">";
echo "</head>";
echo "<body>";
echo "<p align=\"center\">";
echo "<br/>";
$res = mysql_query("DELETE FROM ibwf_private WHERE reported!='1' AND starred='1' AND unread='1'");
if($res)
{
echo "<img src=\"../images/ok.gif\" alt=\"O\"/>All PMS were deleted";
}else{
echo "<img src=\"../images/notok.gif\" alt=\"X\"/>Database Error!";
}
echo "<a href=\"hostcp.php?action=clrdta&sid=$sid\">Clear Data</a><br/>";
echo "<a href=\"hostcp.php?action=hostcp&sid=$sid\"><img src=\"../images/admn.gif\" alt=\"\"/>Host Tools</a><br/>";
echo "<a href=\"index.php?action=main&sid=$sid\"><img src=\"../images/home.gif\" alt=\"\"/>Home</a>";
echo "</p></body>";
}
any help b great guys thanx
Comment