Which of the following methods of using PHP to connect to a MySQL database provides both an object-oriented and procedural interface?

Which of the following methods of using PHP to connect to a MySQL database provides both an object-oriented and procedural interface?



Answer: mysqli extension


Learn More :