// 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; ?>
|
|||||||||||||||||||||||||||||||||||||||||||||
$filepath1='documents/2024_ID_Rules_Admin_Final.pdf';
$filepath11='documents/2024_ID_Rules_Playing_Final.pdf';
$filepath2='documents/Hardcourt_Result_Sheet_Premier_1_&_2_2024.pdf';
$filepath3='documents/Hardcourt Result_Sheet_Div_3_and_Below_2024.pdf';
// $filepath4='documents/Grading_Keying_2023.pdf';
$filepath13='documents/Hardcourt_Result_Sheet_for_Seniors_2024.pdf';
// $filepath5='documents/Fixture_Sheet_2023.pdf';
// $filepath6X='documents/WEB_Fixtures_2023.pdf';
$filepath9='documents/2024_Court_Locations.pdf';
$filepath21='documents/Semi_Finals_Results_2024.pdf';
$filepath22='documents/Finals_Results_2024.pdf';
//Points
$filepath14='documents/Scores_Interdistrict_2024.pdf';
// ERROR CORRECTION
// Before using $filepath14, ensure it's initialized
if (!isset($filepath14)) {
$filepath14 = ''; // Set a default value
}
// Before using $filepath5, ensure it's initialized
if (!isset($filepath5)) {
$filepath5 = ''; // Set a default value
}
?>
The Interdistrict competition commences in June for Seniors depending on entries & the Open & Junior events commence July. For any queries regarding the Interdistrict competition, please contact Yvonne Tucker - yvonnetucker12@outlook.com.
Rules:
Points Scores:
Draw/Results:
Score Cards:
Court info:
//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'); ?> |