MySQL Improved ExtensionMysqli
&reftitle.intro;
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
&url.mysql;
An overview of software available for using MySQL from PHP can be found
at
Documentation for MySQL can be found at
&url.mysql.docs;.
Parts of this documentation included from MySQL manual with
permissions of Oracle Corporation.
Examples
All examples in the mysqli documentation use the world database.
The world database can be found at
&url.mysql.example;
&reference.mysqli.overview;
&reference.mysqli.quickstart;
&reference.mysqli.setup;
&reference.mysqli.persistconns;
&reference.mysqli.constants;
&reference.mysqli.notes;
&reference.mysqli.summary;
&reference.mysqli.mysqli;
&reference.mysqli.mysqli-stmt;
&reference.mysqli.mysqli-result;
&reference.mysqli.mysqli-driver;
&reference.mysqli.mysqli-warning;
&reference.mysqli.mysqli-sql-exception;
&reference.mysqli.reference;
&ChangelogListingTitle;&ChangelogListingDescription;