Using XAMPP server to demonstrate connection of HTML and PHP with MySQL Database
Tasks
- Create a Database in MySQL (localhost/phpmyadmin) and create a table to store student details.
 - Create a Registration HTML and PHP page for insertion of student record in Table.
 - Create a select HTML and PHP page to select all rows one by one from the Database.
 - Create a login module using SAP ID and Name.