include "../../common/header.php"; include "../section_head.php"; include "../../common/sidemenu.php"; ?>
$type = array("staff"=>"Administrative Staff", "computing"=>"Computing Staff", "sustainability"=>"Sustainability Staff", "intern"=>"Student Interns"); foreach($type as $where=>$head){ $query = "SELECT * FROM people WHERE type='$where' ORDER BY last ASC"; $result = mysql_query($query); if(mysql_num_rows($result))echo "\n