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 can you plan the logshipping before processing?
How do you rename a table in mysql?
How do I automate a backup in mysql?
What is prepared statement in mysql?
Is mysql still popular?
Can you tell how many values can set the function of mysql to consider?
what is mySQL. Is there any specific qualification required to do this course ? What is the scope in India after doing mySQL
What is memory table in mysql?
How can we convert between Unix & MySQL timestamps?
What is mysql database extension?
What is use of mysql?
What is query design?
What you can use regular expression for in mysql? Support your answer with an example?
If we use sum function in mysql, does it return sum of that row or for that column?
Is mysql a odbc?