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.php3
Rasmus Lerdorf 1cb421edf5 Ok, the bulk of the site has been changed over. Still a bit of clean-up
work to do.  And some of the links don't go anywhere.
1998-03-23 19:50:45 +00:00

29 lines
841 B
PHP

<?
require("shared.inc");
commonHeader("Documentation ");
?>
<ul>
<li><a href="manual/">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>
<? commonFooter("") ?>