Winter

These files are automatically generated at 12:30 PM every day based on roster information at http://www.mlb.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 = ‘Winter’ 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

no comment until now

Add your comment now