getTags(); while ($taglists = $DB->fetch($tagslists)) { echo '
  • ' . $taglists["tag_name"] . '
  • '; } ?>