// file: content.php // purpose: accepts a variable from the URL to display a page based on value of 'page' [http://www.hardcourt.com.au/content.php?page=X] // created: April 2009 for NSWHTA ?> //file: header.inc //purpose: header information for site (called from content.php) //created: April 2009 for NSWHTA ?> $time = microtime(); $time = explode(' ', $time); $time = $time[1] + $time[0]; $start = $time; ?>
|
||||||||||||||||||||||||||||||||||||||||||
The Hardcourt Medal was introduced into the Interdistrict Competition in 2015 to recognise the "best and fairest" senior/vets player over the course of the competition. The Hardcourt Medal is restricted to competitors in Seniors/Vets Cups. Participation is compulsory and nominees may be from either the winning or losing team. The following criteria has been set down to determine the weekly nominees for the Hardcourt Medal:
//file: endX.inc //purpose: closes off page (called from //content.php) //created: April 2009 for NSWHTA date_default_timezone_set("Australia/Sydney"); $year = date('Y'); ?> |