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
Is oracle mysql free?
How large can a mysql database become?
Explain the difference between delete and truncate.
How To see all the tables from a database of mysql server.
What is mysql cursor?
Can you tell what are various ways to create an index?
Is mysql a odbc?
What is triggers?
How to analyze tables with 'mysqlcheck'?
Is pdo faster than mysqli?
Which command is used to view the content of the table in mysql?
Can you tell the difference between mysql_fetch_object and mysql_fetch_array?
How do I select a database in mysql workbench?
How many columns can be used for creating Index?
How do I show users in mysql?