We can display a list of student names by taking data from a table. From this list user can click a single record ( say student name column ) to get full details of the record ( student details )
Basic Php MySQL database script using PDO
You should have PHP installed
Database MySQL
Check PDO connection from PHP to MySQL
How to Install Script
Open sql_dump.txt file and use the sql commands to create your tables.
Open config.php and enter your mysql login details.
Open index.php file and check for any error messages
Open any file and use the top menu to navigate different pages
You can delete table or remove all records by using different pages using top menu.
You can reinitiate all tables and records by visiting links at the top menu.
So feel free to experiment with drop table or deleting records.