db_process_query("select",$athTbl,"*","none","athUserName = '$athUserName' AND athPassword = '$athPassword'","none"); $sRsltSet_ath = $db_CMS->dbRsltSet; if ($db_CMS->dbNumRow == 0) { $errMsg = "Sorry. Either this username does not exist or your password is invalid!! Please try again"; include ("./errPage.php3"); } else { //hurray... has been validated... // Find out authentication level of user.. $sCurRow_ath = $db_CMS->db_fetch_array($sRsltSet_ath); $athLevel = $sCurRow_ath["athLevel"]; ?>