"; $oPS4->SearchByName($name); while($oPS4->GetRecord()){ if(($i%2) == 0) $str.=""; else $str.=""; $str.="  "; $str.="personId."] type=\"checkbox\" value=".$oPS4->personId.">"; $str.="  ".GetPrefix($oPS4->prefixId).$oPS4->fName." ".$oPS4->lName.""; } $str.=""; echo $str; ?>