query_num_rowsDB(" SELECT id FROM ot_comments WHERE comment_status = 'spam' ORDER BY id DESC "); // Fetch comments from DB $Comments = $DB->query_fetchDB(" SELECT * FROM ot_comments WHERE comment_status = 'yes' ORDER BY id DESC LIMIT 50 "); $PageTitle = " » Reacties » Bewerken"; // Set page title include("admin-header.php"); // Load header ?>