Explain the difference between mysql and mysqli interfaces
in PHP?
Answer Posted / ravi soam
mysqli is advance compare to mysql, it support to OOPS concept, through mysqli we can access mysql library, while using mysql we can not access all features in mysqli.
| Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
How can we encrypt and decrypt a data presented in a table using mysql?
Is mysql a server?
What is a tinyint?
Explain the storage engines in mysql?
What are the purposes of using enum and set data types?
How to show table structure mysql?
What are the three types of queries?
What is required to create mysql database?
How do I declare a variable in mysql?
How can I see connections in mysql?
Does adding an index lock a table?
How to convert character strings to numeric values?
What is difference between mongodb and mysql?
How do I quit mysql?
What is the default port of mysql server?