Back"; exit; } else { $record = mysqli_fetch_assoc($result); } } //continue only if the square is available if ($record['DATE'] == "0000-00-00 00:00:00") { //check for required fields for ($i=1;$i<=$sqTotal;$i++) { if (($sqSelect[$i] >= 00 OR $sqSelect[$i] < 100) AND $name != '' AND $email != '') { $sql="UPDATE VNSB_squares SET NAME='".$name."', EMAIL='".$email."', NOTES='".$notes."', DATE='".$date."', CONFIRM='".$confirm."' WHERE SQUARE='".$sqSelect[$i]."' LIMIT 1"; $result = mysqli_query($conn, $sql); if (!$result) { echo mysqli_error(); echo "
Sorry, Technical problem occurred... your selection was not added.

Email this problem to ".$ADMIN_EMAIL.""; exit; } } else { echo "


Required fields are missing!

Back

"; exit; } } //email $headers = "From: $commissioner <$ADMIN_EMAIL>\r\nBcc: $commissioner <$ADMIN_EMAIL>\r\n"; function notify_admin ($mailto, $mailmessage, $mail_headers) { mail("$mailto", "Super Bowl Squares", "$mailmessage", "$mail_headers"); } $selectedSQUARES=""; for ($i=1;$i<=$sqTotal;$i++) { $selectedSQUARES .= $sqSelect[$i]." "; } ?>

GOOD LUCK

Your request has been recieved and an email was sent to your email address given (Please check your junk/spam folder).

The square(s) is (are) temporary reserved in your name "", pending confirmation.

Please make payment via one of the methods below as soon as possible as to not lose your square!



Remember the Rules:

  • $ Per square
  • You can buy as many squares as you want
  • Your square(s) is/are not guaranteed until your payment is verified within hours
  • Numbers will be randomly drawn and assigned after all squares are taken
  • When confirmed, your square(s) will be changed to GREEN
  • Please make payment via the following:
    • Cash
    • Zelle:
    • PayPal: (Use 'Friends and Family')
    • Venmo:
    • CashApp:

Good Luck and enjoy the game!

-



Home

$square is NOT available! Someone must have just selected that same square.

Please go back and select another square.

"; exit; } ?>