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 get a version of mysql?
How to run 'mysql' commands from a batch file?
What is MySQL?
Can a table have multiple primary keys?
Write a program using the select statement, while loop.
In mysql, what is joins? Explain
How do I show users in mysql?
Is mysql good for large database?
What is a join in mysql?
What is the maximum no of columns a table can have?
How can you retrieve a portion of any column value by using a select query?
What is the difference between sql and mysql and oracle?
Which is faster mysql or mongodb?
How to check if a record exists in a mysql database php?
What is action query?