Explain the difference between mysql and mysqli interfaces
in PHP?
Answer Posted / ravi soam
mysqli is advance compare to mysql, it support to OOPS concept, through mysqli we can access mysql library, while using mysql we can not access all features in mysqli.
| Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
What is timestamp in mysql?
Is mysql case-sensitive?
Which software is used for mysql?
How do you say mysql?
How do you select a table?
how to take mysql database backup?
What is the difference between heap table and temporary table?
What are triggers in mysql?
Is mysql a odbc?
What are the limitations of mysql?
How many rows can mysql handle?
Write a query to select all teams that won either 1, 3, 5 or 7 games.
How to calculate the difference between two time values?
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.
What do ddl, dml, and dcl stand for?