query('SELECT * FROM tags'); while ($row = $res->fetchArray()) { echo "{$row['id']} {$row['name']}"."
"; }