prepare($query); $stmt->execute($params); $tests = $stmt->fetchAll(); // Fetch all groups for filter dropdown $gStmt = $db->query("SELECT * FROM test_groups ORDER BY name_$lang"); $all_test_groups = $gStmt->fetchAll(); ?>