\n"; $total = 0; while ($team = mysql_fetch_object($result_list)) { show_team_xml($team); $total++; if ($total == 100) break; } echo "\n"; exit(); } page_head("Search Results"); if ($result_list) { $total = 0; echo "

Search results for '$team_name'

"; echo "

"; echo "You may view these teams' members, statistics, and information."; echo "

"; if ($too_many) { echo " More than 100 teams match your search. The first 100 are shown.
"; } } echo "End of results
"; echo "If you cannot find the team you are looking for, you may create a team "; echo "by clicking here."; page_tail(); ?>