Barnstorming
Hitting Records
Active and released players are included in single game records.
AB in one game
$count = 0;
echo '| AB | Game Date | Player | Team |
| ' . $row['maxABs'] . ' | ' . date("M j, Y", strtotime($row['gamedate'])) . ' | ' . $row['playername'] . ' | ' . substr($row['teamname'],0,30) . $dots . ' |
H in one game
$count = 0;
echo '| H | Game Date | Player | Team |
| ' . $row['maxHs'] . ' | ' . date("M j, Y", strtotime($row['gamedate'])) . ' | ' . $row['playername'] . ' | ' . substr($row['teamname'],0,30) . $dots . ' |
1B in one game
$count = 0;
echo '| 1B | Game Date | Player | Team |
| ' . $row['max1Bs'] . ' | ' . date("M j, Y", strtotime($row['gamedate'])) . ' | ' . $row['playername'] . ' | ' . substr($row['teamname'],0,30) . $dots . ' |
2B in one game
$count = 0;
echo '| 2B | Game Date | Player | Team |
| ' . $row['max2Bs'] . ' | ' . date("M j, Y", strtotime($row['gamedate'])) . ' | ' . $row['playername'] . ' | ' . substr($row['teamname'],0,30) . $dots . ' |
3B in one game
$count = 0;
echo '| 3B | Game Date | Player | Team |
| ' . $row['max3Bs'] . ' | ' . 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 . ' |
TB in one game
$count = 0;
echo '| TB | Game Date | Player | Team |
| ' . $row['maxTBs'] . ' | ' . date("M j, Y", strtotime($row['gamedate'])) . ' | ' . $row['playername'] . ' | ' . substr($row['teamname'],0,30) . $dots . ' |
R in one game
$count = 0;
echo '| R | Game Date | Player | Team |
| ' . $row['maxRs'] . ' | ' . date("M j, Y", strtotime($row['gamedate'])) . ' | ' . $row['playername'] . ' | ' . substr($row['teamname'],0,30) . $dots . ' |
RBI in one game
$count = 0;
echo '| RBI | Game Date | Player | Team |
| ' . $row['maxRBIs'] . ' | ' . 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 . ' |
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 . ' |
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
Tony Lazzeri is the only player who has had a natural cycle that was completed with a grand slam.
Loading...