Source of: /manual/en/tutorial.whatsnext.php
<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = 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?',
),
'up' =>
array (
0 => 'tutorial.php',
1 => 'A simple tutorial',
),
'prev' =>
array (
0 => 'tutorial.oldcode.php',
1 => 'Using old code with new versions of PHP',
),
'next' =>
array (
0 => 'install.php',
1 => 'Installation and Configuration',
),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);
manual_header();
?>
<div id="tutorial.whatsnext" class="section">
<div class="info"><h1 class="title">What'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. You can also find other examples on the php.net
websites in the links section:
<a href="http://www.php.net/links.php" class="link external">» http://www.php.net/links.php</a>.
</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">» http://talks.php.net/</a>
</p>
</div><?php manual_footer(); ?>