Schedule/Results

<?php

 

include("dbincludes/db.php");

include("dbincludes/schedule.php");

 

?>

Team Stats

<?php

 

include ("dbincludes/db.php");

include ("dbincludes/teamstats.php");

 

?>

Print It!

<?php

 

include ("dbincludes/db.php");

include ("dbincludes/print_main.php");

 

?>

Add Game

Date Visitors Home

"; ?>

League Leaders

<?php

 

include ("dbincludes/db.php");

include ("dbincludes/leaders.php");

 

?>

Boxscore

<?php

 

include ("dbincludes/db.php");

include ("dbincludes/boxscore.php");

 

?>

Team

<?php

 

include ("dbincludes/db.php");

include ("dbincludes/roster.php");

 

?>

Player Stats

<?php

 

include ("dbincludes/db.php");

include ("dbincludes/playerstats.php");

 

?>

Player Card

<?php

 

include ("dbincludes/db.php");

include ("dbincludes/playercard.php");

 

?>

Team Schedule

<?php

 

include ("dbincludes/db.php");

include ("dbincludes/teamschedule.php");

 

?>