Registered Representative Level : (An asterisk (*) indicates no sponsorship is required in order to take the exam):
$k=0;
$rsExam = $objGeneral->getRecByCol("tbl_exam","level","Representative");
while($rowExam = mysql_fetch_array($rsExam))
{
?>
- if($rowExam['sponsorship'] == 1){ ?>* }?>
$k++;
}
?>
Registered Principal Level :
$rsExam = $objGeneral->getRecByCol("tbl_exam","level","Principal");
while($rowExam = mysql_fetch_array($rsExam))
{
?>
- if($rowExam['sponsorship'] == 1){ ?>* }?>
$k++;
}
?>
|