Barnstorming
Pitching Records
Active and released players are included in single game records.
H in a 9+ inning game
$count = 0;
echo '| H | Game Date | Player | Team |
| ' . $row['minHs'] . ' | ' . date("M j, Y", strtotime($row['gamedate'])) . ' | ' . $row['playername'] . ' | ' . substr($row['teamname'],0,30) . $dots . ' |
Base Runners in a 9+ inning game
$count = 0;
echo '| BR | Game Date | Player | Team |
| ' . $row['minBRs'] . ' | ' . date("M j, Y", strtotime($row['gamedate'])) . ' | ' . $row['playername'] . ' | ' . substr($row['teamname'],0,30) . $dots . ' |
HR in one game
$count = 0;
echo '| HR | Game Date | Player | Team |
| ' . $row['maxHRs'] . ' | ' . date("M j, Y", strtotime($row['gamedate'])) . ' | ' . $row['playername'] . ' | ' . substr($row['teamname'],0,30) . $dots . ' |
SO in one game
$count = 0;
echo '| SO | Game Date | Player | Team |
| ' . $row['maxSOs'] . ' | ' . date("M j, Y", strtotime($row['gamedate'])) . ' | ' . $row['playername'] . ' | ' . substr($row['teamname'],0,30) . $dots . ' |
BB in one game
$count = 0;
echo '| BB | Game Date | Player | Team |
| ' . $row['maxBBs'] . ' | ' . date("M j, Y", strtotime($row['gamedate'])) . ' | ' . $row['playername'] . ' | ' . substr($row['teamname'],0,30) . $dots . ' |
HBP in one game
$count = 0;
echo '| HBP | Game Date | Player | Team |
| ' . $row['maxHBPs'] . ' | ' . date("M j, Y", strtotime($row['gamedate'])) . ' | ' . $row['playername'] . ' | ' . substr($row['teamname'],0,30) . $dots . ' |
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.
Loading...