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


Please Help Members By Posting Answers For Below Questions

What is the use of mysqli_query?

442


What is delimiter in mysql trigger?

519


What is use command in mysql?

529


Explain about the architecture of MYSQL?

548


How can you change the name of any existing table by using the sql statement?

506






what is constraints?

622


What are the other commands to know the structure of a table using mysql commands except explain command?

536


What is unsigned int in mysql?

488


How would you enter characters as hex numbers?

512


What are the differences between a primary key and foreign key?

560


How to make a copy values from one column to another in mysql?

556


Explain the different types of constraints?

513


What is difference between statement and preparedstatement?

468


Can you tell the difference between mysql_connect and mysql_pconnect? : Mysql dba

485


What could be the reason that the mysql statement 'select avg (salary) from emp' generates an inaccurate output?

491