| |
| BOSL Schedule |
Good pitching always stops
good hitting and vice versa.
~ Yogi Berra
|
|

   
Please support our
SPONSORS
Please support our
ADVERTISERS
 |
2020 Regular Season – League Schedule & Scores
Schedule updated March 8 2020
Individual Team Schedules and downloads | Overall Schedule | Jump to CURRENT GAMES
| G |
Date |
Park |
Time |
V |
Score |
H |
Score |
/*$host = "localhost";
$dbname = "traiecqa_bosl";
$dbpass = "bosl2020";
$database = "traiecqa_bosl";
*/
$host = "localhost";
$dbname = "bosleryg_bosl";
$dbpass = "bosl2020";
$database = "bosleryg_bosl";
//Connect to the database
//mysql_connect("$host","$dbname","$dbpass");
$link = mysqli_connect("$host","$dbname","$dbpass");
if (!$link)
{
echo 'looks like the leaderboards are updating hold tight';
exit();
}
else
{
mysqli_select_db($link, $database) or die(mysqli_error($link));
}
$i = 8;
$in = mysqli_query($link, "SELECT * FROM `overall_games_2020` ORDER BY `id` ASC") or die( mysqli_error($link));
while($inf = mysqli_fetch_array($in)){
$home_team = $inf['home_team'];
$away_team = $inf['away_team'];
$home_score = $inf['home_score'];
$away_score = $inf['away_score'];
$park = $inf['park'];
$status = $inf['status'];
$game_date = $inf['game_date'];
$game_time = $inf['game_time'];
$g_id = $inf['g_id'];
echo ($i % 2)?"":" ";
echo "| $g_id | ";
echo"$game_date | ";
echo"$park | ";
echo"$game_time | ";
echo"$away_team | ";
echo"$away_score | ";
echo"$home_team | ";
echo"$home_score | ";
if($status=="Pending"){
echo" | ";
}
else
{
}
echo" ";
$i++;
}
?>
| |
June 12-14 |
Sherwood |
|
Mid-Season Tourney |
| |
Sept 11-13 |
Sherwood |
|
Season-Ending Tourney |
| |
Sat, Sep 26 |
Polish Hall |
5:00 PM |
Awards Night |
|
|
| |
Thurs, Oct 24 |
Hector's |
6:30 PM |
Annual General Meeting |
|
|
|