[insert_php]
global $rank_cid;
global $rank_type_title;
global $table_heading;
$rank_cid=’3′;
$rank_type_title=’TEAM RESULTS’;
$table_heading=’Sr High Team Results’;
$FileLocation = “/custom_php/team_ranking_bu.php”;
include($_SERVER[‘DOCUMENT_ROOT’].$FileLocation);
$rank_cid=’2′;
$rank_type_title=’TEAM RESULTS’;
$table_heading=’Jr High Team Results’;
$FileLocation = “/custom_php/team_ranking_bu.php”;
include($_SERVER[‘DOCUMENT_ROOT’].$FileLocation);
[/insert_php]