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
What does do in mysql?
How do I view tables in mysql workbench?
What is difference between group by and order by clause?
What language is used in mysql?
What is the difference between sql and mysql and oracle?
Is mysql good for large database?
What are views in mysql?
Give string types available for column?
Is mongodb faster than mysql?
Explain what is mysql?
What is blob and clob?
Is mysql and sql are same?
What is dirty read and phantom read?
Consider you have the following three tables which have to be linked together.
How do I start mysql client?