I'm not sure, someone told me this was how to do it in a way...here is my viewtopics.php with the del[] in it.
if ($_SESSION[user_level] > 1) {
echo ("<td class=main align=center><input type=checkbox name=del[] value=".$row["id"]."></tr>");
} else {
echo("</tr>");
}
I must've made a mistake with it :S Please Help!