Return to Faculty Page

"; $faculty->printFacultyMember($get->faculty_id); break; //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// //default: //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// default: print<<Meet The Faculty

Below is our faculty staff. Click the thumbnail or the "More Info" link to read more about each faculty member.

eof; $res = $db->query("SELECT * FROM faculty ORDER BY faculty.sortOrder ASC, lastname ASC,firstname ASC"); while($res->fetchInto($row)){ $row->facultyBio = substrWords($row->facultyBio,200); $row->education = nl2br($row->education); print<< eof; $printed++; } print"

$row->userFirstname $row->userLastname

$row->prefix $row->firstname $row->middlename $row->lastname $row->suffix

$row->designation
Years Experience: $row->yearsExperience
Education: $row->education
Bio:
$row->facultyBio ... More Info>>>

"; break; } include("inc/foot.php"); ?>