"; if ($_SESSION["ALPHA"] == ""){ echo"
Alpha: Password:
"; } else{ echo"
Welcome A$_SESSION[ALPHA] [ Alumni Info ] [ Logout ]
"; } echo"
Theta Xi Fraternity Unicorn Logo
Proudly Celebrating our 75th House Anniversary
> NOT REGISTERED?
> TROUBLE LOGGING IN?
> FORGET YOUR PASSWORD?
Site Navigation Menu
Donation Gifts - House Lithograph, House Construction Poster
PayPal Payment Logo

BROTHER DATABASE
To search for a brother enter their name (partials allowed) or Alpha number below:
**NEW** LOCATE BROTHERS BY ADDRESS
Welcome A$_SESSION[ALPHA]
    Change password
    Update your information
    Upload file or photo
E-MAIL SITE ADMINISTRATOR

"; $query = "SELECT * FROM comments WHERE comments != '' ORDER BY date_posted DESC"; $res = mysql_query($query); $num = mysql_numrows($res); $records[0] = array("brother_id, brother_first_name, brother_last_name, comments, date_posted"); for ($i=0;$i<$num;$i++) { $rec = array( mysql_result($res,$i,"brother_id"), mysql_result($res,$i,"brother_first_name"), mysql_result($res,$i,"brother_last_name"), mysql_result($res,$i,"comments"), mysql_result($res,$i,"date_posted") ); $records[$i+1] = $rec; } for ($row=1;$row<30;$row++) { $tbldat = $records[$row]; echo" "; } echo"
A$tbldat[0] $tbldat[1] $tbldat[2]
POSTED: $tbldat[4]
$tbldat[3]
> VIEW BROTHER INFO
[ TOP ]
Pride, Excellence, Leadership, Responsibility, Brotherhood

ALL CONTENT COPYRIGHT © 2006-07 THETA XI FRATERNITY.
SITE DESIGN BY VIGCRAFT ARTS; COPYRIGHT © 2006-07 VIGCRAFT ARTS, INC.
"; ?>