");
}
}
if (time() >= strtotime("$cutoffDate 12:45 pm") || $isTooLate && !$bypass) {
$toolate = 1;
}
?>
Contest Registration
if ($toolate) { ?>
Registration ended = $cutoffDate ?> at = $cutoffTime ?>.
include "rules.php" ?>
} else { ?>
if (!$HTTP_POST_VARS || $err) { ?>
- Usernames must be at least 6 characters, only alpha-numeric, no spaces
- Passwords must be at least 6 characters, and are CASE-SENSITIVE!!
- Please provide a valid email address, you will be emailed a confirmation code
if ($err) { echo ''. $err . '
'; } ?>
} else { ?>
Thank you for registering for the contest. An email has been sent to ' echo $email ?>' with confirmation instructions. Good luck!
} } ?>
include "footer.php" ?>