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