Barnstorming
Pitching Records
Active and released players are included in single game records.
H in a 9+ inning game
'; echo 'HGame DatePlayerTeam'; while ($row = mysqli_fetch_array($HLsresult)) { $count = $count + 1; if (strlen($row['teamname']) > 30) {$dots = '...';} else {$dots = '';} echo '' . $row['minHs'] . '' . date("M j, Y", strtotime($row['gamedate'])) . '' . $row['playername'] . '' . substr($row['teamname'],0,30) . $dots . ''; } echo ''; mysqli_free_result($HLsresult); ?>
Base Runners in a 9+ inning game
'; echo 'BRGame DatePlayerTeam'; while ($row = mysqli_fetch_array($BRsresult)) { $count = $count + 1; if (strlen($row['teamname']) > 30) {$dots = '...';} else {$dots = '';} echo '' . $row['minBRs'] . '' . date("M j, Y", strtotime($row['gamedate'])) . '' . $row['playername'] . '' . substr($row['teamname'],0,30) . $dots . ''; } echo ''; mysqli_free_result($BRsresult); ?>
HR in one game
'; echo 'HRGame DatePlayerTeam'; while ($row = mysqli_fetch_array($HRsresult)) { $count = $count + 1; if (strlen($row['teamname']) > 30) {$dots = '...';} else {$dots = '';} echo '' . $row['maxHRs'] . '' . date("M j, Y", strtotime($row['gamedate'])) . '' . $row['playername'] . '' . substr($row['teamname'],0,30) . $dots . ''; } echo ''; mysqli_free_result($HRsresult); ?>
SO in one game
'; echo 'SOGame DatePlayerTeam'; while ($row = mysqli_fetch_array($SOsresult)) { $count = $count + 1; if (strlen($row['teamname']) > 30) {$dots = '...';} else {$dots = '';} echo '' . $row['maxSOs'] . '' . date("M j, Y", strtotime($row['gamedate'])) . '' . $row['playername'] . '' . substr($row['teamname'],0,30) . $dots . ''; } echo ''; mysqli_free_result($SOsresult); ?>
BB in one game
'; echo 'BBGame DatePlayerTeam'; while ($row = mysqli_fetch_array($BBsresult)) { $count = $count + 1; if (strlen($row['teamname']) > 30) {$dots = '...';} else {$dots = '';} echo '' . $row['maxBBs'] . '' . date("M j, Y", strtotime($row['gamedate'])) . '' . $row['playername'] . '' . substr($row['teamname'],0,30) . $dots . ''; } echo ''; mysqli_free_result($BBsresult); ?>
HBP in one game
'; echo 'HBPGame DatePlayerTeam'; while ($row = mysqli_fetch_array($HBPsresult)) { $count = $count + 1; if (strlen($row['teamname']) > 30) {$dots = '...';} else {$dots = '';} echo '' . $row['maxHBPs'] . '' . date("M j, Y", strtotime($row['gamedate'])) . '' . $row['playername'] . '' . substr($row['teamname'],0,30) . $dots . ''; } echo ''; mysqli_free_result($HBPsresult); ?>

Can your team of stars, has-been's, and never-will-be's build a loyal fan base as they travel the country, taking on other people's ragtag teams?

Random Fact

In 1974, Steve Garvey became the second write-in candidate selected to an All-Star team by fans. He was also the MVP of the game.