Los Altos Hills (week 8)
Result Submission Form
Back to main page
$var = array();
parse_str($_SERVER['QUERY_STRING'], $var);
$testflag = $var["test"];
$event_date = "19 Nov 2016";
if (! $testflag) {
$upload_start = strtotime($event_date);
$upload_end = $upload_start + 259200;
$now = time();
if ($now < $upload_start) {
echo "Results cannot be posted until $event_date
Go back to the climb page.";
exit;
}
if ($now > $upload_end) {
echo "
Results upload period has ended.
Go back to the climb page.";
exit;
}
}
echo "
Warning: these pages may have problems with Internet Explorer.
\n";
echo "

\n";
?>