$link=mysqli_connect('localhost', 'atsdb','db_nhl009','atsrdbnhl');
require "Templates/header.inc.php";
/*if($select=='')
{$select='NFL';}*/
//echo "select=$select
";
$sel11=explode("~",$select);
//print_r($sel11);
$select1=$sel11[0];
$selectdate=$sel11[1];
$selectgame1=$sel11[2];
$selectgame2=$sel11[3];
//echo "select1=$select1*** selectdate=$selectdate ** selectgame1=$selectgame1 ** selectgame2=$selectgame2
";
$select=$select1;
$val=$select;
//echo "val=$val
";
$tagval=$val;
include "game_times.php";
$tz1 = getenv('TZ'); // Get current server time zone setting
putenv("TZ=EST5EDT"); // Change to US Eastern time zone or whatever you want
$lt1 = (localtime(time(),"TRUE"));
$ltt1=$lt1['tm_hour'];
putenv("TZ=$tz"); // Change it back to the original server time zone
//$tz = array ( 'PST' => -8);
//$pacific_time = time() + ($tz['PST'] * 3600);
$tz1 = array ( 'EST' => -5);
$pacific_time1 = time() + ($tz1['EST'] * 3600);
$lt1 = localtime($pacific_time1, TRUE);
if ($lt1['tm_isdst'])
$pacific_time1 += 3600;
$pacific_date1=gmstrftime('%Y-%m-%d', $pacific_time1);
$pacific_time1=gmstrftime('%T', $pacific_time1);
//echo "$pacific_date1 ****** $pacific_time1
";
#---- 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);
?>
| Line moves :- |
One of the oldest forms of sports handicapping a game is watching the money moves at the Sportsbooks and the "Line Moves" software at ATS Database keeps track of where the money is moving. Either you need to watch the NFL line moves on game day or the changes from a busy day in college sports either football or basketball, the ATS Database line moves feature will track where the money is being laid down. In fact, you can monitor baseball line moves and hockey lines moves as well. One of the worst feelings in the world is getting hooked because you didn't have the right line and the ATS Database line moves software is a valuable betting tool that is free of charge and will improve your sports betting experience. Plus, when you click on the game matchup you want to monitor, the line moves software will tell you exactly the history of that betting line and when the money was on the move! |
To see Today Line Moves: Click Here |
CFL |
|
NFL |
|
MLB |
|
NBA |
|
NHL |
|
CFB |
|
CBB
|
}
elseif($session_var=='2' )
{
?>
CFL |
|
NFL |
|
MLB |
|
NBA |
|
NHL |
|
CFB |
|
CBB
|
}
else
{
?>
CFL |
|
NFL |
|
MLB |
|
NBA |
|
NHL |
|
CFB |
|
CBB
|
}
?>