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 is constraints? Also explain the different types of constraints?
What is data node in mysql cluster?
How to create table with same structure of student table in mysql?
How do I kill a mysql query?
What is strict mode in mysql?
How can I change database in mysql?
How do I run mysql from command line?
How important is to list the column names when doing an insert?
How will you export tables as an xml file in mysql?
What data type is money?
Which mysql function is used to concatenate string?
How can you export the table as an xml file in mysql?
What are the other commands to know the structure of a table using mysql commands except explain command?
How do I install mysql?
Is there a free version of mysql?