if(isset($_GET['bio']))
{
header("Location: http://www.gns72.com/alumni/");
exit;
}
?>
include '../inc/db.inc.php';
$id = $_GET['alumID'];
if($id)
{
$result = mysql_query("select * FROM gns_alums WHERE alumID=$_GET[alumID]");
$alum = mysql_fetch_assoc($result);
}
echo "
Submit your information to keep the biography accurate. We ask that you only submit a biography for yourself.
If you have information about other alumni, please contact
George.
These updates will be reviewed before being posted.
Only fields marked in
bold will be shown on the website.
}
}
include '../inc/footer.php';
?>