Username:
Password:
check($_POST['code']); if($valid == TRUE) { echo "
Thanks, you entered the correct code.
"; } else { echo "
Sorry, the code you entered was invalid.
Go back
to try again.
"; } } ?>