Explain the difference between mysql and mysqli interfaces
in PHP?
Answer Posted / guest
mysqli is the object-oriented version of mysql library
functions.
| Is This Answer Correct ? | 96 Yes | 18 No |
Post New Answer View All Answers
How database are managed?
What is mysql optimization?
How is oracle different from mysql?
What is mysql_pconnect?
how to display nth highest salary from a table in a mysql query? : Mysql dba
How many rows can mysql hold?
How to delete a column and add a new column to database
Which mysql function is used to concatenate string?
How to enter boolean values in sql statements?
What is a storage engine? What are the differences between innodb and myisam engines?
What happens if you no create privilege in a database?
How do I view data in mysql workbench?
What is meant by sharding?
How do I find my mysql username and password?
What is the difference between mysql and pdo?