BACDS American Dance and Music Week — June 28–July 3, 2015 BACDS American Dance and Music Week, June 28–July 3, 2015

Online Registration

\n"; if(file_exists("../../../../auth/amweek.db.php")) { require_once '../../../../auth/amweek.db.php';} elseif(file_exists("../../../auth/amweek.db.php")) { require_once '../../../auth/amweek.db.php';} //echo "Testing=$AmWeekRegTesting Playpen=$GooglePlaypen
\n"; //require '../validate.php'; //$result = @mysql_query("SELECT * FROM campers2015"); //if(!$result){exit("Error fetching from database");} //while ($camper = mysql_fetch_array($result)) { // echo '

' . $camper['FirstName'] . " " . $camper['LastName'] .'

'; //} require_once 'validatefuncs.inc.php'; // form & data handling functions initializeEmptyFields(); sanitize_user_input(); //echo "NoName=\"$NoName\", NoAddress=\"$NoAddress\", NoPhone=\"$NoPhone\", NoEmail=\"$NoEmail\"\n"; //echo "Total=\"$Total\", Fee=\"$Fee\", Donation=\"$Donation\", DonationAmount=\"$DonationAmount\", SemiPrivateAmount=\"$SemiPrivateAmount\"\n
"; ?>

'; 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(); } ?>