20.7.3. MySQL Improved Extension (Mysqli)

20.7.3.1. Examples
20.7.3.2. Overview
20.7.3.3. Quick start guide
20.7.3.4. Installing/Configuring
20.7.3.5. The mysqli Extension and Persistent Connections
20.7.3.6. Predefined Constants
20.7.3.7. Notes
20.7.3.8. The MySQLi Extension Function Summary
20.7.3.9. The mysqli class (mysqli)
20.7.3.10. The mysqli_stmt class (mysqli_stmt)
20.7.3.11. The mysqli_result class (mysqli_result)
20.7.3.12. The mysqli_driver class (mysqli_driver)
20.7.3.13. The mysqli_warning class (mysqli_warning)
20.7.3.14. The mysqli_sql_exception class (mysqli_sql_exception)
20.7.3.15. Aliases and deprecated Mysqli Functions
20.7.3.16. Changelog

Copyright 1997-2012 the PHP Documentation Group.

The mysqli extension allows you to access the functionality provided by MySQL 4.1 and above. More information about the MySQL Database server can be found at http://www.mysql.com/

An overview of software available for using MySQL from PHP can be found at Section 20.7.3.2, “Overview”

Documentation for MySQL can be found at http://dev.mysql.com/doc/.

Parts of this documentation included from MySQL manual with permissions of Oracle Corporation.