Explain the difference between mysql and mysqli interfaces
in PHP?

Answer Posted / sakuki

Besides being OO , mysqli allows access to new features
added to Mysql 5.0 > .
For example for using "transactions" and to execute stored
procedures from php we need mysqli. The list is lengthy .

Is This Answer Correct ?    31 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to Set a root password if there is on root password.

560


What is a tinyint in mysql?

466


What do we use to remove duplicate records while fetching a data in mysql ?

495


Is mysql a programming language?

423


What ascii 31?

497






How can we encrypt and decrypt a data presented in a table using mysql?

533


Write a query to fetch common records between two tables using mysql?

517


Consider a scenario where you have two to three tables with thousand tuples in each of them. Now, if you have to perform a join operation between them will you choose to perform filtering of rows or transforming of rows first.

528


What is default password for mysql?

476


How do I install the latest mysql on ubuntu?

472


What port is mysql running on?

455


What is mysql architecture?

485


What is the return type of mysqli_query?

448


How to Change a users password from unix shell.

555


How to get a list of indexes of an existing table?

506