Which of the following methods of using PHP to connect to a MySQL database allows you to write code that is portable across different database servers?

Which of the following methods of using PHP to connect to a MySQL database allows you to write code that is portable across different database servers?



Answer: PDO MySQL driver extension


Learn More :