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
How do I download mysql?
Is mysql a nosql database?
How to delete a column and add a new column to database
What language does mysql use?
Explain Access Control Lists.
What does mysqli_fetch_assoc do?
Write a query to find duplicate rows in table?
How do I find mysql location?
What are the different mysql database engines?
What is use command in mysql?
How do I start mysql manually?
How to load a csv file into a table
Is mysql owned by oracle?
What is 'mysqlcheck'?
What is a deterministic function?