|
Our list of Hall of Fame members can be searched either alphabetically or by year of induction: |
Search alphabetically:
A | B | C |
D | E | F |
G | H | I |
J | K | L |
M | N | O |
P | Q | R |
S | T | U |
V | W | X |
Y | Z | All
|
|
Search by year of induction:
|
|
$random_members = random_members();
$result = mysql_query($random_members, $connection);
while($row = mysql_fetch_array($result)){
$member_id_new = $row[0];
$member_name_new = $row[1];
$org_title1_new = $row[2];
$years_new = $row[3];
$induction_new = $row[4];
$media_title_new = $row[5];
$media_name_new = $row[6];
//$media_location_new = $row[7];
$media_location = "images/headshots/";
?>
|
};
?>
|
|