domain' and id = '$mbox_user->userid'", $mysql["conn"]); $mbox_user->replace_rc(); echo(" "); header("Location: mailmgmt.html"); break; case "delete": $fwdd_fwddflag = "N"; mysql_query("update $mysql[tusr] set forward = '', forward_flag = '$fwdd_fwddflag' where mbox_host = '$mbox_user->domain' and id = '$mbox_user->userid'", $mysql["conn"]); $mbox_user->replace_rc(); header("Location: mailmgmt.html"); break; } } include("include/mbox_head.html"); ?>