Pay for your BrickFest Registration

If you haven't already done so, please send payment by check or money order to the address at the bottom of the page or you can pay for your registration by using the PayPal link below. (The Paypal payment option only shows when you are logged into your account.)

Your account status will be updated online within 48 hours of our receipt of your payment.

\n"); $myRegInfo = mysql_query($regQ); #echo("mysql error: " . mysql_error() . "

\n"); if(mysql_num_rows($myRegInfo) > 0) { while($row = mysql_fetch_array($myRegInfo)) { $theRegID = $row['r_id']; $first_name = $row['first_name']; $last_name = $row['last_name']; $address1 = $row['address1']; $address2 = $row['address2']; $city = $row['city']; $state = $row['state']; $zip = $row['postal']; $email = $row['email']; } // Now get total for this registration $getTotal = "SELECT sum( reg_items.item_price * reg_items.item_qty ) AS theTotal FROM reg_items, registration WHERE reg_items.r_id = registration.r_id AND registration.u_id = {$theUID} and reg_items.active = 1 and reg_items.e_id = $master_event_id"; echo("\n\n\n\n"); $totalR = mysql_query($getTotal); $totalCost = mysql_result($totalR,0,0); $getPaid = mysql_query("select sum(ledger.pmt_amount) as thePaid from ledger, registration where ledger.r_id = registration.r_id and registration.u_id = {$theUID} and ledger.e_id = $master_event_id"); if(mysql_num_rows($getPaid) > 0) { $alreadyPaid = mysql_result($getPaid,0,0); if(!is_numeric($alreadyPaid)) { $alreadyPaid = 0; } } else { $alreadyPaid = 0; } $amountDue = $totalCost - $alreadyPaid; ?>

TOTAL AMOUNT DUE (for this account): $

\n"); } } else { // Just show the link, no form behind it echo("

\n"); } ?>

Payment via mail is preferred

Send Personal check, cashier's check, or money order payment to:

 

Please send payment within 7 days after registering or March 13th, 2009.

Thank you for registering to attend BrickFest