0
2.6kviews
How to connect to MySQL database using PHP.
1 Answer
0
31views

MySQL Database Connectivity with PHP

  • There are three ways to connect MySQL database using PHP, such as
    • MySQLi (object-oriented)
    • MySQLi (procedural)
    • PDO
  • PDO (PHP Data Objects) will work on 12 different database systems, whereas MySQLi will only work with MySQL databases.
  • So, if you have to switch your project to …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.