Under Construction Site: In future, this will be a login page for a football coach, where he just enters his credentials and once he logs in, he can see the following database.
This page contains a list of all the people who had previously taken the baseline test. Firstname Lastname "; while($row = mysqli_fetch_array($result)) { echo ""; echo "" . $row['FirstName'] . ""; echo "" . $row['LastName'] . ""; echo ""; } echo ""; mysqli_close($con); ?>