Explain the difference between mysql and mysqli interfaces
in PHP?
Answer Posted / guruprasad k.m
mysqli is the improved version of mysql and it is mainly
used for object oriented and stored procedure applications
in php.
Is This Answer Correct ? | 27 Yes | 3 No |
Post New Answer View All Answers
Can we use mysql and mysqli together?
How do I truncate all tables in mysql?
In mysql, what is the default storage engine?
what is database black box testing? : Mysql dba
How do I restore a mysql database?
How can you validate emails using a single query?
What is flush privileges in mysql?
What is the use of mysql workbench?
What is a blob datatype?
how to search second maximum(second highest) salary value(integer)from table employee (field salary)in the manner so that mysql gets less load?
Consider a scenario where you have two to three tables with thousand tuples in each of them. Now, if you have to perform a join operation between them will you choose to perform filtering of rows or transforming of rows first.
Which is best pdo or mysqli?
What is row?
Why mongodb is faster than mysql?
What is the usage of "i-am-a-dummy" flag in mysql?