<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/tutorial.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'en',
  ),
  'this' => 
  array (
    0 => 'tutorial.whatsnext.php',
    1 => 'What\'s next?',
    2 => 'What\'s next?',
  ),
  'up' => 
  array (
    0 => 'tutorial.php',
    1 => 'A simple tutorial',
  ),
  'prev' => 
  array (
    0 => 'tutorial.forms.php',
    1 => 'Dealing with Forms',
  ),
  'next' => 
  array (
    0 => 'install.php',
    1 => 'Installation and Configuration',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'chapters/tutorial.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="tutorial.whatsnext" class="section">
   <div class="info"><h1 class="title">What&#039;s next?</h1></div>
   <p class="para">
    With your new knowledge you should be able to understand most of
    the manual and also the various example scripts available in the
    example archives.
   </p>
   <p class="para">
    To view various slide presentations that show more of what PHP can do,
    see the PHP Conference Material Site:
    <a href="http://talks.php.net/" class="link external">&raquo;&nbsp;http://talks.php.net/</a>
   </p>
  </div><?php manual_footer($setup); ?>