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