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
How do I add a column to a table in mysql?
What is memory table in mysql?
What is max connections in mysql?
Does uninstalling mysql delete database?
How to delete a table.
How do I insert an image into mysql workbench?
What is clob in mysql
In which language mysql has been written?
What is delimiter in mysql trigger?
How to check if a record exists in a mysql database php?
What are the different data types in mysql?
How do I install and use mysql?
How can I create a database in mysql?
How to show all records starting with the letters 'sonia' and the phone number '9876543210'
What is mysql aggregate functions? Explain