downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

Our source is open

The syntax highlighted source is automatically generated by PHP from the plaintext script. If you're interested in what's behind the several functions we used, you can always take a look at the source of the following files:

Of course, if you want to see the source of this page, we have it available. You can also browse the SVN repository for this website on svn.php.net.

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&#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. 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">&raquo; 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">&raquo; http://talks.php.net/</a>
   </p>
  </div><?php manual_footer(); ?>
 
show source | credits | sitemap | contact | advertising | mirror sites