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/getting-started.php
<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/index.inc";
$setup = array (
'home' =>
array (
0 => 'index.php',
1 => 'PHP Manual',
),
'head' =>
array (
0 => 'UTF-8',
1 => 'en',
),
'this' =>
array (
0 => 'getting-started.php',
1 => 'Getting Started',
),
'up' =>
array (
0 => 'index.php',
1 => 'PHP Manual',
),
'prev' =>
array (
0 => 'preface.php',
1 => 'Preface',
),
'next' =>
array (
0 => 'introduction.php',
1 => 'Introduction',
),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);
manual_header();
?>
<div>
<h1 class="title">Getting Started</h1>
<ul class="chunklist chunklist_book"><li><a href="introduction.php">Introduction</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="intro-whatis.php">What is PHP?</a></li><li><a href="intro-whatcando.php">What can PHP do?</a></li></ul></li><li><a href="tutorial.php">A simple tutorial</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="tutorial.requirements.php">What do I need?</a></li><li><a href="tutorial.firstpage.php">Your first PHP-enabled page</a></li><li><a href="tutorial.useful.php">Something Useful</a></li><li><a href="tutorial.forms.php">Dealing with Forms</a></li><li><a href="tutorial.oldcode.php">Using old code with new versions of PHP</a></li><li><a href="tutorial.whatsnext.php">What's next?</a></li></ul></li></ul></div><?php manual_footer(); ?>