1
0
mirror of https://github.com/php/web-php.git synced 2026-03-24 07:12:16 +01:00
Files
archived-web-php/docs.php
2000-06-22 16:57:03 +00:00

53 lines
2.3 KiB
PHP

<?
require("shared.inc");
commonHeader("Documentation ");
?>
<ul>
<li>The <a href="FAQ.php">PHP 3.0 FAQ</a> is your first stop for general
information and those questions that seem to be on most people's minds.
<li>Read what has <a href="changes.php3">changed since PHP/FI 2.0</a>
<li><a href="manual/">PHP Manual Online</a>. Your reference
to everything that's great about PHP.
<li><a href="manual/html/">Plain HTML PHP Manual Online</a>. The very
same manual in a light-weight, HTML 3.2 version without any bells or
whistles.
<LI><A href="http://www.php.net/manual/">PHP Annotated Manual</A>. This
is the same as the above, except there is a built-in errata/note system
that users all around the world can (and have!) contributed to.
<LI><A href="books.php">Books on PHP</A>. Here you can find a
great selection of books on PHP and related themes.
<LI><A href="http://www.php.net/manual/browse-errata.php3">PHP Manual
Errata</A>. This is the collected errata from the on-line errata/note
system.
<li><? download_link("bigmanual.html", "PHP HTML Manual (one BIG file)"); ?>
<li><? download_link("manual.zip", "PHP HTML Manual ZIP File"); ?>
<li><? download_link("manual.tar.gz", "PHP HTML Manual .tar.gz File"); ?>
<li><? download_link("manual.rtf", "PHP Manual RTF File"); ?>
<li><? download_link("manual.prc", "PHP Manual PalmPilot DOC File"); ?>
<li><? download_link("manual.pdf", "PHP PDF Manual - Indexed - May 23, 00"); ?>. In this PDF, where possible, the version of PHP in which the function first became supported is noted. Note this version of the manual tends to lag behind the other versions available here.
<li><? download_link("manual.A4.en.pdf", "PHP PDF Manual - June 13, 00"); ?>. 873 pages
<li><? download_link("manual.ts.A4.en.pdf", "PHP PDF Manual - June 13, 00"); ?>. 670 pages
<li><a href="http://www.cityfujisawa.ne.jp/~louis/apps/phpfi/index.html"
>Japanese translation of the PHP manual</a>
<li><a href="http://www.nexen.net/fr/aide/PHP/index.html">French translation of the PHP manual</a>
<li><a href="manual/phpfi2.html">PHP/FI 2.0 Manual</a>. This includes
discussions on a few topics that aren't covered in the PHP 3 manual
yet.
<li><A href="/cvs-php3.php">Getting a CVS account</a>. If you wish to help out
with the development of PHP, read this.
</ul>
<? commonFooter("") ?>