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
How do I completely remove mysql from windows?
How to show table structure mysql?
What is dbms in mysql?
What is current version of mysql?
Does mysql need a server?
How we can see all indexes defined for a table in mysql?
What is difference between oracle sql and mysql?
How to rename an existing column in a table?
How do I automate a backup in mysql?
Which command is used to view the content of the table in mysql?
How to start mysql server?
What is delimiter $$?
Write a query to fetch common records between two tables using mysql?
What is select query in mysql?
How do you insert a table?