<? if($admin_action=="delete_answer_really"){ $query="DELETE FROM ".$forum." WHERE id=".$id_delete; mysql_query($query); }