Q. Which of these functions can be used to connect to a MySQL database in PHP?
β
Correct Answer: (D)
All of the above
Explanation: mysqli_connect(), mysql_connect() (deprecated), and PDO can all connect to MySQL.