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 to Change a users password from unix shell.
What are views in mysql?
How do I start mysql manually?
How can I create a database in mysql?
What is mysql and how it works?
What is the command line end user interface - mysql?
What is key in mysql?
Can you tell the difference between mysql_connect and mysql_pconnect? : Mysql dba
How to update database permissions/privilages.
How to rename an existing column in a table?
What is heap table?
How to create a table?
Define REGEXP?
What is mysql gpl?
How do I know if mysql is running on windows?