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

21.9. MySQL PHP API

21.9.1. Overview of the MySQL PHP drivers
21.9.2. Original MySQL API (Mysql)
21.9.3. MySQL Improved Extension (Mysqli)
21.9.4. MySQL Functions (PDO_MYSQL) (MySQL (PDO))
21.9.5. MySQL Native Driver (Mysqlnd)
21.9.6. Mysqlnd replication and load balancing plugin (mysqlnd_ms)
21.9.7. Mysqlnd query result cache plugin (mysqlnd_qc)
21.9.8. Mysqlnd user handler plugin (mysqlnd_uh)
21.9.9. Mysqlnd connection multiplexing plugin (mysqlnd_mux)
21.9.10. Mysqlnd Memcache plugin (mysqlnd_memcache)
21.9.11. Connector/PHP
21.9.12. Common Problems with MySQL and PHP
21.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/.