db_process_query("select",$anbTbl,"*","none","athUserName = '$athUserName'","none");
$sRsltSet_anb = $db_CMS->dbRsltSet;
//Decide whether a participant exists given the login name "$participantLogin"
if($db_CMS->dbNumRow == 0){ //Participant does not exist
// php code ends here..............................................
?>
No such participant exists!!!
db_fetch_array($sRsltSet_anb);
//Loading personal details...
$anbID = $sCurRow_anb["anbID"];
$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"];
$anbPhone = $sCurRow_anb["anbPhone"];
$anbFax = $sCurRow_anb["anbFax"];
//Select the participant's registration to get the conference name and registration category
$db_CMS->db_process_query("select",$rgsTbl,"*","none","anbID = '$anbID'","none");
$sRsltSet_rgs = $db_CMS->dbRsltSet;
$sCurRow_rgs = $db_CMS->db_fetch_array($sRsltSet_rgs);
$cnfID = $sCurRow_rgs["cnfID"];
$ctgID = $sCurRow_rgs["ctgID"];
//Get the conference name
$cnfName = $cnfID;
//Get the registration category
$db_CMS->db_process_query("select",$ctgTbl,"*","none","ctgID = '$ctgID'","none");
$sRsltSet_ctg = $db_CMS->dbRsltSet;
$sCurRow_ctg = $db_CMS->db_fetch_array($sRsltSet_ctg);
$ctgName = $sCurRow_ctg["ctgName"];
// php code ends here..............................................
?>
I*N*V*O*I*C*E
Second International Conference on UNCONVENTIONAL MODELS OF COMPUTATION
13-16 December 2000, Brussels, Belgium