Communiquez avec les autres et partagez vos connaissances professionnelles

Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.

Suivre

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

user-image
Question ajoutée par Utilisateur supprimé
Date de publication: 2013/08/13
Afsheen Atif
par 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
par 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

Avez-vous besoin d'aide pour créer un CV ayant les mots-clés recherchés par les employeurs?