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


Please Help Members By Posting Answers For Below Questions

What is max connections in mysql?

689


Can mysql scale horizontally?

723


What are the differences between char and nchar?

732


How do I install mysql on windows 10?

723


What is cursor in mysql?

666


How to execute mysql query in php?

669


What is insert query in mysql?

670


How do I save in mysql?

675


What do you mean by % and _ in the LIKE statement?

752


What is mysql57?

694


Explain the architecture models of SQL Server?

2094


I've looked but can't find a MySQL equivalent for MS SQL's xp_cmdshell. I have 7z files that I want to unzip and load into MySQL. I'm trying to write a sp to do the unzip, but I can't find a way to do that. Can anyone provide an example of a similar process in Windows? TIA.

3645


What is mysql aggregate functions? Explain

765


If you wish to encrypt the username and password using php, how will you do that?

748


How to show all records starting with the letters 'sonia' and the phone number '9876543210'

710