<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/about.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'en',
  ),
  'this' => 
  array (
    0 => 'about.more.php',
    1 => 'How to find more information about PHP',
    2 => 'How to find more information about PHP',
  ),
  'up' => 
  array (
    0 => 'about.php',
    1 => 'About the manual',
  ),
  'prev' => 
  array (
    0 => 'about.phpversions.php',
    1 => 'PHP versions documented in this manual',
  ),
  'next' => 
  array (
    0 => 'about.howtohelp.php',
    1 => 'How to help improve the documentation',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'appendices/about.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="about.more" class="sect1">
  <h2 class="title">How to find more information about PHP</h2>
  <p class="para">
   This manual does not attempt to provide instruction about general
   programming practices. First-time - or even just beginning -
   programmers may find it difficult to learn how to program in PHP using
   this manual exclusively. Instead, seek out a text more oriented towards
   beginners.
  </p>
  <p class="para">
   There are a number of active mailing lists for discussion on all aspects of
   programming with PHP. If stuck with a problem, consider using these lists.
   For support options, including mailing lists, view <a href="https://www.php.net/support.php" class="link external">&raquo;&nbsp;the PHP.net support page</a>.
  </p>
 </div><?php manual_footer($setup); ?>