Skip to content

Latest commit

 

History

History

8. PHP_MySQL

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Using XAMPP server to demonstrate connection of HTML and PHP with MySQL Database

Tasks

  1. Create a Database in MySQL (localhost/phpmyadmin) and create a table to store student details.
  2. Create a Registration HTML and PHP page for insertion of student record in Table.
  3. Create a select HTML and PHP page to select all rows one by one from the Database.
  4. Create a login module using SAP ID and Name.