include '../inc/db.inc.php';
$adminPage = true;
include '../inc/header.php';
$rows = mysql_query("SELECT count(*) as count FROM gns_alums where participating = 2");
$count = mysql_fetch_assoc($rows);
$count = $count['count'];
$results = mysql_query("SELECT alumID, firstname, lastname, maidenname, participating, email FROM gns_alums where participating = 2 ORDER BY lastname, firstname");
?>
Alumni Listing
Click on a name to edit and approve their information. |
for( $i; $i <3 ;$i++)
{?>
|
}?>
$adminLink = "