Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 312 Bytes

File metadata and controls

10 lines (7 loc) · 312 Bytes

Database connection using PHP and MySQL

Steps to connect to MySQL database using PHP

  1. Create a database in MySQL
  2. Create a table in the database
  3. Create a PHP file to connect to the database
  4. Create a PHP file to insert data into the table
  5. Create a PHP file to display the data from the table