What are the 3 different ways in PHP to connect with MySQL?
Last updated 6 years, 2 months ago | 1975 views 75 5
The three different way in PHP to connect with MySQL is:
- MySQL
- MySQLI
- PDO
Note: We should use MySQLI because MySQLI is imporoved version of MySQL and have more function then MySQL.