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: /sitemap.php

<?php
// $Id: sitemap.php 283997 2009-07-13 08:14:46Z gwynne $
$_SERVER['BASE_PAGE'] = 'sitemap.php';
include_once
$_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
site_header("Sitemap");
?>

<h1>PHP.net Sitemap</h1>

<h2>News</h2>

<ul>
 <li><a href="/index.php">Home Page</a></li>
 <li><a href="/archive/index.php">News Archives</a></li>
 <li><a href="/feed.atom">Atom newsfeed</a></li>
 <li><a href="/conferences/">Conferences</a></li>
 <li><a href="/ChangeLog-4.php">PHP 4 ChangeLog</a></li>
 <li><a href="/ChangeLog-5.php">PHP 5 ChangeLog</a></li>
</ul>

<h2>Getting PHP</h2>

<ul>
 <li><a href="/downloads.php">Downloads</a></li>
 <li><a href="/releases/">Older releases</a></li>
 <li><a href="/software.php">Software</a></li>
</ul>

<h2>PHP Bugs</h2>

<ul>
 <li><a href="http://bugs.php.net/">Submit a bug or a feature request</a></li>
 <li><a href="http://bugs.php.net/search.php">Search for bugs</a></li>
</ul>

<h2>PHP Support</h2>

<ul>
 <li><a href="/support.php">Getting Help</a>
  <ul>
   <li>Documentation
    <ul>
     <li><a href="/docs.php">Online Documentation</a></li>
     <li><a href="/faq.php">Frequently Asked Questions</a></li>
     <li><a href="/download-docs.php">Download documentation</a></li>
     <li><a href="/reST">Internal documentations for developers</a></li>
    </ul>
   </li>
   <li>Other support pages
    <ul>
     <li><a href="/mailing-lists.php">Mailing Lists</a>, <a href="/unsub.php">Unsubscribe</a></li>
     <li><a href="/cal.php">Events</a></li>
     <li><a href="/links.php">Links</a></li>
    </ul>
   </li>
  </ul>
 </li>
</ul>

<h2>Security</h2>

<ul>
 <li><a href="/manual/security">In the Manual</a></li>
 <li><a href="/security-note.php">A Note</a></li>
</ul>

<h2>Navigation</h2>

<ul>
 <li><a href="/my.php">My PHP.net</a></li>
 <li><a href="/search.php">Search</a></li>
 <li><a href="/sidebars.php">Search Bars</a></li>
 <li><a href="/urlhowto.php">URL Shortcuts</a></li>
 <li><a href="/quickref.php">Quick Function Reference</a></li>
 <li><a href="/tips.php">Quick Reference Tips</a></li>
 <li><a href="/sites.php">PHP.net Sites List</a></li>
</ul>

<h2>SVN instructions</h2>

<ul>
 <li><a href="/svn.php">Getting PHP from SVN</a></li>
 <li><a href="/svn-php.php">Using SVN for PHP Development</a></li>
<!-- <li><a href="/svnsync.php">Maintaining a Local SVN Repository</a></li> -->
</ul>

<h2>Mirror sites</h2>

<ul>
 <li>Mirror site information
  <ul>
   <li><a href="/mirrors.php">List of Mirror Sites</a></li>
   <li><a href="/mirror.php">Information About this Mirror Site</a></li>
  </ul>
 </li>
 <li>Mirroring
  <ul>
   <li><a href="/mirroring.php">Mirroring PHP.net</a></li>
   <li><a href="/mirroring-stats.php">Mirroring - stats service</a></li>
  </ul>
 </li>
</ul>

<h2>Other pages</h2>

<ul>
 <li><a href="/download-logos.php">Download Logos</a></li>
 <li><a href="/contact.php">Contact</a></li>
 <li><a href="/copyright.php">Copyright</a></li>
 <li><a href="/credits.php">Credits</a></li>
 <li><a href="/contact.php#ads">Advertising at PHP.net</a></li>
 <li><a href="/license/">License Information</a></li>
 <li><a href="/usage.php">Usage</a></li>
</ul>

<?php site_footer();
 
show source | credits | sitemap | contact | advertising | mirror sites