Spec-Zone .ru
спецификации, руководства, описания, API

22.9. MySQL PHP API

22.9.1. Overview of the MySQL PHP drivers
22.9.2. Original MySQL API (Mysql)
22.9.3. MySQL Improved Extension (Mysqli)
22.9.4. MySQL Functions (PDO_MYSQL) (MySQL (PDO))
22.9.5. MySQL Native Driver (Mysqlnd)
22.9.6. Mysqlnd replication and load balancing plugin (mysqlnd_ms)
22.9.7. Mysqlnd query result cache plugin (mysqlnd_qc)
22.9.8. Mysqlnd user handler plugin (mysqlnd_uh)
22.9.9. Mysqlnd connection multiplexing plugin (mysqlnd_mux)
22.9.10. Mysqlnd Memcache plugin (mysqlnd_memcache)
22.9.11. Connector/PHP
22.9.12. Common Problems with MySQL and PHP
22.9.13. Enabling Both mysql and mysqli inPHP

PHP is a server-side, HTML-embedded scripting language that may be used to create dynamic Web pages. It is available for most operating systems and Web servers, and can access most common databases, including MySQL. PHP may be run as a separate program or compiled as a module for use with a Web server.

PHP provides three different MySQL API extensions:

The PHP distribution and documentation are available from the PHP Web site.

Portions of this section are Copyright (c) 1997-2012 the PHP Documentation Group This material may be distributed only subject to the terms and conditions set forth in the Creative Commons Attribution 3.0 License or later. A copy of the Creative Commons Attribution 3.0 license is distributed with this manual. The latest version is presently available at http://creativecommons.org/licenses/by/3.0/.