query("SELECT * FROM `lylme_tags`"); while ($taglists = $DB->fetch($tagslists)) { echo '
' . $taglists["tag_name"] . '
'; } ?>