Explain the difference between mysql and mysqli interfaces
in PHP?
Answer Posted / thaha
Mysql and Mysqli(Mysql Improved) are two library functions
( or Extension) in the PHP which is used to acces mysql
database.Mysqli is the improved version of mysql which
support OOPS. The mysqli extension allows you to access the
functionality provided by MySQL 4.1 and above.
| Is This Answer Correct ? | 85 Yes | 8 No |
Post New Answer View All Answers
What is sqlyog?
Is oracle mysql free?
What is the default port for MySQL Server?
What is difference between unix timestamp and mysql timestamp?
What are string data types?
Which storage engine is best in mysql?
What is mysqladmin flush hosts?
What is the datatype of image in mysql?
What happens if null values are involved in expressions?
How to convert character strings to dates?
Can mysql handle big data?
What is the use of mysqli_num_rows?
How you can create a trigger in mysql?
What is the purpose of using a heap table?
Why we use mongodb instead of mysql?