[insert_php]
global $rank_cid;
global $rank_div_id;
global $rank_cl_id;
global $rank_type_title;
global $table_heading;
global $icon_name;
$rank_cid=’3′;
$rank_div_id=’6′;
$rank_cl_id=’6′;
$rank_type_title=’Senior High – Elite Horsemanship’;
$table_heading=’Sr. Diamond School’;
$icon_name=’diamond.png’;
$FileLocation = “/custom_php/test_ranking.php”;
include($_SERVER[‘DOCUMENT_ROOT’].$FileLocation);
[/insert_php]