teamid; $result = mysql_query("select * from team where id=$id"); if ($result) { $team = mysql_fetch_object($result); mysql_free_result($result); } $team_name = $team->name; $team_id = $team->id; page_head("Quit $team_name"); echo "

Quit $team_name

"; echo ""; echo "
"; echo "

Please note before quitting a team:"; echo "

    "; echo "
  • If you quit a team, you may rejoin later, "; echo "or join any other team you desire "; echo "
  • Quitting a team does not affect your personal credit "; echo "statistics in any way."; echo "
"; echo "

"; echo "
"; echo "
"; echo ""; echo ""; echo "
"; echo "
"; page_tail(); } ?>