A+

These files are automatically generated at 12:30 PM every day based on roster information at http://www.milb.com. The ROS files are formatted in the Retrosheet roster format. The .CSV files are to be used with FixedIt baseball scoring software and Ballstat scoring software. query(“SELECT * FROM leagues WHERE classid = ‘A+’ ORDER BY leaguename ASC”);
$this_year=date(‘Y’);
while($thisrow=$get_leagues->fetch_assoc()){
echo(“

$thisrow[leaguename]

“);
$get_teams=$dbcnx->query(“SELECT * FROM teams WHERE league=$thisrow[id] ORDER BY teamname ASC”);

while($row2=$get_teams->fetch_assoc()){
echo(“

“);
}

echo(“

Team Name ROS CSV (FixedIt) CSV (Ballstat)
$row2[teamname] ROS CSV CSV


“);
}
?>
Trackback

2 comments until now

  1. Nathan Cleveland

    Why don’t you have the Charlotte Stone Crabs Roster up because when you click it there is an error message…..

  2. I’ve made updates to all of the rosters, and everything should be working now.

Add your comment now