Explain the difference between mysql and mysqli interfaces
in PHP?

Answers were Sorted based on User's Feedback



Explain the difference between mysql and mysqli interfaces in PHP?..

Answer / guest

mysqli is the object-oriented version of mysql library
functions.

Is This Answer Correct ?    96 Yes 18 No

Explain the difference between mysql and mysqli interfaces in PHP?..

Answer / thaha

Mysql and Mysqli(Mysql Improved) are two library functions
( or Extension) in the PHP which is used to acces mysql
database.Mysqli is the improved version of mysql which
support OOPS. The mysqli extension allows you to access the
functionality provided by MySQL 4.1 and above.

Is This Answer Correct ?    85 Yes 8 No

Explain the difference between mysql and mysqli interfaces in PHP?..

Answer / mohtashim

Mysqli is nothing but an improved version Mysql which
supports oops.

Is This Answer Correct ?    77 Yes 16 No

Explain the difference between mysql and mysqli interfaces in PHP?..

Answer / 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

Explain the difference between mysql and mysqli interfaces in PHP?..

Answer / 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

Explain the difference between mysql and mysqli interfaces in PHP?..

Answer / 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

Explain the difference between mysql and mysqli interfaces in PHP?..

Answer / baskaran p

mysqli ia an improved query command

Is This Answer Correct ?    10 Yes 16 No

Explain the difference between mysql and mysqli interfaces in PHP?..

Answer / sunil

mysqli is handling incaptulation.

Is This Answer Correct ?    8 Yes 15 No

Explain the difference between mysql and mysqli interfaces in PHP?..

Answer / baskaran p

Some advance features in mysqli command

Is This Answer Correct ?    3 Yes 24 No

Explain the difference between mysql and mysqli interfaces in PHP?..

Answer / vijay

it is nothing it is making april fool....forget.yar.

Is This Answer Correct ?    8 Yes 64 No

Post New Answer

More MySQL Interview Questions

How do you flush privileges?

0 Answers  


How do you kill a long running query in mysql?

0 Answers  


write a c++ program to add a user to mysql.the user should be permitted to only "insert" into the given database

3 Answers   Infosys, Webyog,


What causes mysql too many connections?

0 Answers  


What is the use of mysqli_fetch_array?

0 Answers  






What is mysql default port number?

0 Answers  


What is database clustering in mysql?

0 Answers  


What is bigint in mysql?

0 Answers  


How do you concatenate strings in mysql?

0 Answers  


How do I declare a variable in mysql?

0 Answers  


Which is best pdo or mysqli?

0 Answers  


Do while loop in mysql procedure?

0 Answers  


Categories