exit();
$link=mysqli_connect('localhost', 'atsdb','db_nhl009','atsrdbnhl');
$select=$name;
if($select=='')
{$select='NFL';}
$val=$select;
$tagval=$val;
if($pst=="true")
{
}
else
{
require "Templates/header.inc.php";
}
include "game_times.php";
#---- create expiry date
$value =$val;
#---collect the league information
$leagueqry=mysqli_query($link,"select league_no,league_id,league_name from ats_league1 where league_name='$value' ");
list($lno,$lid,$lname)=mysqli_fetch_array($leagueqry);
?>
Strength of Schedule :- |
The following Strength of Schedule takes into effect each teams opponents winning percentage and produces a winning percentage. Furthermore, the Power Rating is determined by the SOS and the team's current winning percentage and produces that teams Power Rating. Sometimes a teams winning record can be deceiving, especially when their SOS is below 40% or lower.
|