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
Is mysql a nosql database?
What is blob in mysql?
What is the purpose of using timestamp data type?
How to check server status with 'mysqladmin'?
In how many ways we can retrieve the data in the result set of MySQL using PHP? What is the difference between mysql_fetch_object and mysql_fetch_array ?
What is full form of xampp?
Is mysql and sql are same?
What is pragma autonomous_transaction?
Can mysql function return a table?
What is difference between mysql mysqli and pdo?
How do I edit a table in mysql workbench?
How do you stop an access query?
How to run a sql statement?
Which command is used to view the content of the table in mysql?
How can we change the data type of a column of a table?