mirror of
https://github.com/php/web-php.git
synced 2026-03-28 09:12:17 +01:00
30 lines
925 B
PHP
30 lines
925 B
PHP
<html><head><title>PHP3 Documentation</title>
|
|
<?
|
|
$title="Documentation Resources";
|
|
include "include/header.inc";
|
|
?>
|
|
|
|
<ul>
|
|
|
|
<li><a href="manual/manual.php3">PHP 3.0 Manual Online</a>.
|
|
This is an early version. A lot is still missing, but it is
|
|
improving.
|
|
|
|
<li><? download_link("bigmanual.htm", "PHP 3.0 HTML Manual (one BIG file)"); ?>
|
|
|
|
<li><? download_link("manual.zip", "PHP 3.0 HTML Manual ZIP File"); ?>
|
|
<li><? download_link("manual.tar.gz", "PHP 3.0 HTML Manual .tar.gz File"); ?>
|
|
<li><? download_link("manual.rtf", "PHP 3.0 Manual RTF File"); ?>
|
|
|
|
<li><a href="manual/phpfi2.html">PHP/FI 2.0 Manual</a>. Until the new
|
|
manual is complete, you can get answers to many questions here.
|
|
|
|
<li>Read what has <a href="changes.php3">changed since PHP/FI 2.0</a>
|
|
|
|
<li>A <a href="FAQ.php3">PHP3 FAQ</a> has been started as well. Skim this
|
|
before asking questions.
|
|
|
|
</ul>
|
|
|
|
<? include("include/footer.inc"); ?>
|