[php]
global $show;
global $category;
$show = “fixtures”;
$category = “Senior”;
include(‘dynamicfiles/fixtures.php’);
[/php]