require_once("../includes/init.php"); ?> require_once("$FILE_ROOT/includes/layout/header.php"); ?> $db = initdb(); $row_open = $cell_count = 0; $committee = $db->runQuery("SELECT first_name, last_name, institution, title, email FROM user_list " . "WHERE user_id != 1 ORDER BY title DESC, last_name, first_name"); ?>
=$first_name?> =$last_name?>
=strlen($title)>0 ? " $title" : ""?> =$institution?> if(strlen($email)>0) { list($name, $domain) = explode("@", $email); ?> } ?> |
if(++$cell_count==2) { $row_open = $cell_count = 0; ?>