COMMUNITY
About
The Board
Talk to Coach Jim Hulsman
Logo
Contact
Inductees
NMSHOF Inductees
Candidates
Nominate
Events
Induction Souvenir Programs
About
The Board
Talk to Coach Jim Hulsman
Logo
Contact
Inductees
NMSHOF Inductees
Candidates
Nominate
Events
Induction Souvenir Programs
Inductee Entry
connect_error) { die("Connection failed: " . $conn->connect_error); } $result = $conn->query("SELECT * FROM members"); $members = array(); while ($row = $result->fetch_assoc()) { $members[] = $row; } echo json_encode($members); $conn->close(); ?>