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
What is an index? How can an index be declared in mysql?
How do I start and stop mysql on windows?
Can mysql handle big data?
What is mysql url?
What is the purpose of mysql database?
How to use triggers to track changes in mysql?
why not null is not allowed at table level
What does mysql flush privileges do?
What is mysql port?
How to create table with same structure of student table in mysql?
What is a session in mysql?
How many TRIGGERS are allowed in MySql table?
What does blob mean in mysql?
What is InnoDB?
Consider you have the following three tables which have to be linked together.