';
echo 'window.location.href="../Campers/UpdateInfo.php";';
echo '';
echo '';
exit;
}
}
//echo "after Register";
} elseif (($_POST["Submit"] == "Check")) {
// display formatted data with mailing info for payment by check
//echo "Pay by Check";
display_checkPayment();
} elseif (($_POST["Submit"] == "Cash or Check")) {
// display formatted data with mailing info for payment by check
//echo "Pay by Cash or Check";
display_cashPayment();
} elseif (($_POST["Submit"] == "Google")) {
// retrieve Google Checkout information, insert into db, display to user
//echo "Show Google Checkout results";
display_googleResults();
} else { // !isset($_POST["Submit"]) || ($_POST["Submit"] == "")
// display blank form or form with user-supplied values
//echo "Display form";
display_TheForm();
}
?>