03 Feb 2015
Difference between MySQL and MySQLi
Difference between MySQL and MySQLi
MySQL is the old database driver, and MySQLi is the Improved driver. MySQLi takes advantage of the newer features of MySQL 5.Difference between MySQL and MySQLi
- Object-oriented interface
- Support for Prepared Statements
- Support for Multiple Statements
- Support for Transactions
- Enhanced debugging capabilities
- Embedded server support
Useful link