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
Create table employee (eno int(2),ename varchar(10)) ?
What are the differences between char and varchar data types?
How can I remotely connect to mysql database?
What are the 'mysql' command line options?
What is the difference between truncate and delete in mysql?
How to calculate the difference between two dates?
Is mysql a scripting language?
What is heap table in mysql?
How are mysql timestamps seen to a user?
How do I exit mysql?
How to enter boolean values in sql statements?
What is the use of count function in mysql?
What is difference between function and procedure in mysql?
How do I assign a variable in mysql?
How we can get distinct columns values in mysql?