Fall League Entry Fee

All fees are due before the first day of play. Checks should be made out to "BCSA" and mailed to the treasurer, Victor Lourenco, 41 Mountain Brook Drive, Vestal, NY 13850. Please indicate the club and team that is being paid for in your check memo.

For a specific club, make a selection.
conn(); $selectedClub = isset($_POST['club']) && strlen($_POST['club'])>0 ? $_POST['club'] : ""; echo "
"; // get the club names -- first list box $sqlStmt1 = "SELECT DISTINCT club FROM ".$teamsDbTable." ORDER BY club"; $result1 = $db->query($sqlStmt1); echo " ".PHP_EOL; echo "
".PHP_EOL; //if this is a post if ($_SERVER["REQUEST_METHOD"] == "POST") { if (strlen($selectedClub)>0) { $header_bgcolor = "#804000"; $oddRow_bgcolor = "#FF9900"; $evenRow_bgcolor = "#FFCC33"; // CLUB // Athens SA // BC United $uAdminLevel = 0; $uAGC = ""; $uClubPresident = ""; $displayBGSR = true; $displayAmounts = true; require_once '../includeUsersForm/incUsersTeamCounts.php'; } } ?>