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 max connections in mysql?
Can mysql scale horizontally?
What are the differences between char and nchar?
How do I install mysql on windows 10?
What is cursor in mysql?
How to execute mysql query in php?
What is insert query in mysql?
How do I save in mysql?
What do you mean by % and _ in the LIKE statement?
What is mysql57?
Explain the architecture models of SQL Server?
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.
What is mysql aggregate functions? Explain
If you wish to encrypt the username and password using php, how will you do that?
How to show all records starting with the letters 'sonia' and the phone number '9876543210'