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 to find second highest salary from a table?
How do I drop a database in mysql?
What is mysql architecture?
What is a transaction? Describe mysql transaction properties.
What is mysql optimization?
What is normalization and list the different types of normalization?
What are the 'mysql' command line options?
What are date and time data types?
What is offset limit?
What are enums used for in mysql?
What is mysql in linux?
How to analyze tables with 'mysqlcheck'?
What does mysqli_fetch_assoc do?
What is a left join mysql?
What is prepared statement in mysql?