<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/set.mysqlinfo.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'en',
  ),
  'this' => 
  array (
    0 => 'mysql.php',
    1 => 'Overview of the MySQL PHP drivers',
    2 => 'Overview of the MySQL PHP drivers',
  ),
  'up' => 
  array (
    0 => 'set.mysqlinfo.php',
    1 => 'MySQL',
  ),
  'prev' => 
  array (
    0 => 'set.mysqlinfo.php',
    1 => 'MySQL',
  ),
  'next' => 
  array (
    0 => 'mysqlinfo.terminology.php',
    1 => 'Terminology overview',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/mysqlinfo/set.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/mysql.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="mysql" class="book">
  <h1 class="title">Overview of the MySQL PHP drivers</h1>

  <div id="mysqlinfo.intro" class="preface">
   <h1 class="title">Introduction</h1>
   <p class="simpara">
    There are several PHP APIs
    for accessing the MySQL database. Users can choose between the
    <a href="book.mysqli.php" class="link">mysqli</a> or
    <a href="ref.pdo-mysql.php" class="link">PDO_MySQL</a> extensions.
   </p>
   <p class="simpara">
    This guide explains the
    <a href="mysqlinfo.terminology.php" class="link">terminology</a> used to describe
    each API, information about
    <a href="mysqlinfo.api.choosing.php" class="link">choosing which API</a> to
    use, and also information to help choose which MySQL
    <a href="mysqlinfo.library.choosing.php" class="link">library to use</a> with
    the API.
   </p>
  </div>

  

  

  

  




 <ul class="chunklist chunklist_book"><li><a href="mysqlinfo.terminology.php">Terminology overview</a></li><li><a href="mysqlinfo.api.choosing.php">Choosing an API</a></li><li><a href="mysqlinfo.library.choosing.php">Choosing a library</a></li><li><a href="mysqlinfo.concepts.php">Concepts</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="mysqlinfo.concepts.buffering.php">Buffered and Unbuffered queries</a></li><li><a href="mysqlinfo.concepts.charset.php">Character sets</a></li></ul></li></ul></div><?php manual_footer($setup); ?>