Tag list"; echo "
"; //Tag list $num_tags = sizeof($output); echo "Tags(" . $num_tags . "):
"; unset($output[0]); foreach($output as $tag){ echo("
" . $tag ."
"); } ?>