prepare($query); $stmt->execute($params); $tests = $stmt->fetchAll(); // Fetch all xray groups for the dropdown $all_xray_groups_list = $db->query("SELECT id, name_$lang as name FROM xray_groups ORDER BY name_$lang ASC")->fetchAll(); ?>