db_process_query("update", $rgsTbl, $fldName, "none","rgsID = '$rgsID'", "none"); // save anybody information .... $fldName = "anbTitle = '$anbTitle', anbFName = '$anbFName', anbLName = '$anbLName', anbAddr = '$anbAddr', anbEmail = '$anbEmail', anbSEmail = '$anbSEmail', anbPCode = '$anbPCode', anbCntry = '$anbCntry',anbPhone = '$anbPhone', anbFax = '$anbFax'"; $db_CMS->db_process_query("update", $anbTbl, $fldName, "none","anbID = '$anbID'", "none"); // save miscellaneous information .... $fldName = "mscDescription = '$reception'"; $db_CMS->db_process_query("update", $mscTbl, $fldName, "none","mscID = '$mscRAID'", "none"); $fldName = "mscDescription = '$dinner'"; $db_CMS->db_process_query("update", $mscTbl, $fldName, "none","mscID = '$mscDRID'", "none"); } break; case "status": // we basically update the status of user to deleted.. switch($rgsStatus) { case "rqs" : $rgsStatus = "requested"; break; case "cnf" : $rgsStatus = "confirmed"; break; case "del" : $rgsStatuss = "deleted"; break; case "wtd" : $rgsStatus = "withdrawn"; break; case "pna" : $rgsStatus = "Appr. reqd."; break; } if ($rgsID != '') { //update the registration status for this individual.. $fldName = "rgsStatus = '$rgsStatus'"; $db_CMS->db_process_query("update",$rgsTbl,$fldName,"none","rgsID = '$rgsID'", "none"); } break; } // get the participant details.... $db_CMS->db_process_query("select",$anbTbl,"*","none","anbID = '$anbID'","none"); $sRsltSet_anb = $db_CMS->dbRsltSet; if ($db_CMS->dbNumRow > 0) { //ok we found the user.. $sCurRow_anb = $db_CMS->db_fetch_array($sRsltSet_anb); $anbTitle = $sCurRow_anb["anbTitle"]; $anbFName = $sCurRow_anb["anbFName"]; $anbLName = $sCurRow_anb["anbLName"]; $anbAddr = $sCurRow_anb["anbAddr"]; $anbPCode = $sCurRow_anb["anbPCode"]; $anbCntry = $sCurRow_anb["anbCntry"]; $anbEmail = $sCurRow_anb["anbEmail"]; $anbSEmail = $sCurRow_anb["anbSEmail"]; $anbPhone = $sCurRow_anb["anbPhone"]; $anbFax = $sCurRow_anb["anbFax"]; } // get the registration details.... $db_CMS->db_process_query("select",$rgsTbl,"*","none","rgsID = '$rgsID'","none"); $sRsltSet_rgs = $db_CMS->dbRsltSet; if ($db_CMS->dbNumRow > 0) { //ok we found the registration.. $sCurRow_rgs = $db_CMS->db_fetch_array($sRsltSet_rgs); $rgsTagName = $sCurRow_rgs["rgsTagName"]; $rgsTagAddress = $sCurRow_rgs["rgsTagAddress"]; $rgsStatus = $sCurRow_rgs["rgsStatus"]; $rgsInternalNote = $sCurRow_rgs["rgsInternalNote"]; $rgsNote = $sCurRow_rgs["rgsNote"]; } // get the payment details.... $db_CMS->db_process_query("select",$pymTbl,"*","none","pymID = '$pymID'","none"); $sRsltSet_pym = $db_CMS->dbRsltSet; if ($db_CMS->dbNumRow > 0) { //ok we found the registration.. $sCurRow_pym = $db_CMS->db_fetch_array($sRsltSet_pym); $pymCardType = $sCurRow_pym["pymCardType"]; $pymMethod = $sCurRow_pym["pymMethod"]; $pymCardHolderName = $sCurRow_pym["pymCardHolderName"]; $pymCardNumber = $sCurRow_pym["pymCardNumber"]; $pymCardExpiryDate = $sCurRow_pym["pymCardExpiryDate"]; $pymNote = $sCurRow_pym["pymNote"]; $pymCardStatus = $sCurRow_pym["pymCardStatus"]; } // get the rest of the details.... $db_CMS->db_process_query("select",$mscTbl,"*","none","rgsID = '$rgsID'","mscID"); $sRsltSet_msc = $db_CMS->dbRsltSet; if ($db_CMS->dbNumRow > 0) { //ok we found the registration.. // the reception attendance thingee.. $sCurRow_msc = $db_CMS->db_fetch_array($sRsltSet_msc); $mscRAID=$sCurRow_msc["mscID"]; $reception=$sCurRow_msc["mscDescription"]; // the dinner request thingee... $sCurRow_msc = $db_CMS->db_fetch_array($sRsltSet_msc); $mscDRID=$sCurRow_msc["mscID"]; $dinner=$sCurRow_msc["mscDescription"]; } // represent some the short forms in understandable format... switch ($ctgID) { case "umc2kFul" : $ctgIDe = "Full (UMC2K): US$100"; break; case "umc2kStd" : $ctgIDe = "Student (UMC2K) US$50 (no discounts)"; break; } switch ($pymCardType) { case "visa" : $pymCardTypee = "Visa"; break; case "mastercard" : $pymCardTypee = "Master Card"; break; case "americanexpress" : $pymCardTypee = "American Express"; break; } switch ($pymMethod) { case "crd" : $pymMethode = "credit card"; break; case "cbd" : $pymMethode = "cheque/bank draft by mail"; break; case "inv" : $pymMethode = "invoice"; break; case "cmt" : $pymMethode = "committee"; break; } switch ($reception) { case "yes" : $receptione = "Yes, I am attending the welcome reception"; break; case "no" : $receptione = "No, I am not attending the welcome reception"; break; } if ($pymNote == "") { $pymNote = "none"; } // php codes ends .............................................................................. ?>
Indvidual Information - Full User Name
Participant Details
Title:*
First Name:*
Last Name:*
Address:*
Country:*
PostCode:
E-mail:*
Alternative E-mail:
Telephone:*
Fax:
Name on tag:*
Institution on tag:*
Conference Details
Registration Category:*
Reception :
Special Dinner Requests :
Payment Details
Form of payment:*
Type of card:
Name on card:
Card number:
Expiry date:
Special Payment Notes:
Notes
Other Information / Requests:
(Entered by participants - can be viewed/edited by them)
Internal Memorandum:
(Can only be viewed/edited by organizers)
Registration Category : "; echo ""; echo ""; ?>