This page displays all Ex-OakGrovians who have registered thus far.
To register your details click here:
This list gets sorted by Year of leaving Oak Grove (Year you (would have / actually) finished SC or Cl-XII)
to sort by SURNAME (Family name) CLICK HERE
to sort by COUNTRY CLICK HERE
______________________________________________________________________________
__________________________________________________________________________
_____________________________________________________________________________
_____________________________________________________________________________
“;
echo “
“;
// store the record of the “user_info” table into $row
while($row = mysql_fetch_array( $result )){
// Print out the contents of the entry
echo “
echo $row[‘user_title’];
echo “
echo $row[‘user_firstname’].” “.$row[‘user_lastname’];
echo “
echo $row[‘user_yearofpassing’];
echo “
echo $row[‘user_email’];
echo “
echo $row[‘user_members’];
echo “
echo $row[‘user_familynames’];
echo “
echo $row[‘user_city’].”, “.$row[‘user_country’];
echo “
echo $row[‘user_additionalinfo’];
echo “
echo $row[‘user_trav’];
echo “
“;
}
echo “
“;
?>