Varsity Wrestling Seeding

Information To start, pick a seed weight.
Results will display wrestlers who have that seed weight and the results of all of their competition.

Your league is set to: Non Divisional Seeding - All matches wrestled count toward seeding totals.

No matches found that match your weight class.

Likely reason is that the season reset has been performed and the season hasn't started yet.

No matches found that match your weight class.

Likely reason is that the season reset has been performed and the season hasn't started yet.

No matches found that match your weight class.

Likely reason is that the season reset has been performed and the season hasn't started yet.

 

View BracketExport to Excel
Filter set to: West Remove Filter
Seed Wrestler Wins Losses % #TtlBouts Team Division
  1) Boyd, Brett 8 0 0 8 Charlottsville American
  2) Andrews, Hamish 7 2 0 9 Grafton American
  3) Hernandez, Blake 6 1 0 7 Monterey American
  4) Castillo, Micah 5 4 0 9 Tilghman Island American
  5) Lewis, Donovan 4 4 0 8 Lubbock American
  6) Torres, Eric 4 6 0 10 Sedona National
  7) Alexander, Ryan 2 3 0 5 Cannan National
  8) Price, Matthew 1 1 0 2 Bedford National

Wrestleague.com | © Copyright 2025 | Home | Return to Top | Admin Panel | Logout

// Function to close queries and database connection function closeDatabase($resultSets, $connection) { try { // Free result sets if (is_array($resultSets)) { foreach ($resultSets as $resultSet) { if ($resultSet) { mysqli_free_result($resultSet); } } } // Close the database connection if ($connection) { mysqli_close($connection); } echo "All queries and connections closed successfully."; } catch (Exception $e) { echo "Error closing database resources: " . $e->getMessage(); } }