February 21, 2009
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.
$this_year=date(‘Y’);
while($thisrow=$get_leagues->fetch_assoc()){
echo(“
Team Name | ROS | CSV (FixedIt) | CSV (Ballstat) |
---|---|---|---|
$row2[teamname] | ROS | CSV | CSV |
“);
}
?>
no comment until now