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
What is the difference between unix timestamp and mysql timestamp?
What are the applications required to support mysql?
Is mysql a good database?
How do I run a query in mysql?
Why do we use mysql?
change column name and make a unique column so we get no dupes.
What is difference between statement and preparedstatement?
In which format data is stored in mysql database?
Write a query to display even rows in student table using mysql?
What is the difference between b-tree and hash indexes?
What is the use of concat() in mysql?
Can I install mysql on mac?
How can you see all indexes defined for a table?
What are mysql functions?
Write a query to select all teams that won either 1, 3, 5 or 7 games.