// 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; ?>
|
||||
/* Life Membership - Roger Waugh
Under the Rules of the Association at an Annual General Meeting of the Association not more than one Life Member may be elected by secret ballot carried with the support of two thirds of the members present and entitled to vote. Nominations for Life Membership shall be in writing signed by nine members each of whom shall be from different Affiliated Associations to reach the Secretary at least two clear months prior to the Annual General Meeting. //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'); ?> |