Start networking and exchanging professional insights

Register now or log in to join your professional community.

Follow

What is the difference between MySQL and MySQLi interfaces in PHP?

user-image
Question added by Deleted user
Date Posted: 2013/08/13
Afsheen Atif
by Afsheen Atif

 in relation to PHP, MySQL is the old database driver, and MySQLi is the Improved driver. MySQLi takes advantage of the newer features of MySQL5. Lifted verbatim from the php.net site:

  • Object-oriented interface
  • Support for Prepared Statements
  • Support for Multiple Statements
  • Support for Transactions
  • Enhanced debugging capabilities
  • Embedded server support

You have the choice of using mysql, mysqli, or PDO essentially.

source

Cheers!

Bassem Wadie
by Bassem Wadie , Software Engineer / Web Developer , DMS ( Data Management Systems )

<p>MYSQLI ----&gt; [ i ] is stand for improved , .....it is an improved version of mysql , it has a new functions , about performance , it is faster than mysql .</p>

More Questions Like This

Do you need help in adding the right keywords to your CV? Let our CV writing experts help you.