Explain the difference between mysql and mysqli interfaces
in PHP?

Answer Posted / sakuki

Besides being OO , mysqli allows access to new features
added to Mysql 5.0 > .
For example for using "transactions" and to execute stored
procedures from php we need mysqli. The list is lengthy .

Is This Answer Correct ?    31 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is an index? How can an index be declared in mysql?

679


How do I start and stop mysql on windows?

707


Can mysql handle big data?

722


What is mysql url?

673


What is the purpose of mysql database?

704


How to use triggers to track changes in mysql?

673


why not null is not allowed at table level

2518


What does mysql flush privileges do?

711


What is mysql port?

759


How to create table with same structure of student table in mysql?

709


What is a session in mysql?

715


How many TRIGGERS are allowed in MySql table?

800


What does blob mean in mysql?

721


What is InnoDB?

781


Consider you have the following three tables which have to be linked together.

709