1
0
mirror of https://github.com/php/web-php.git synced 2026-03-28 09:12:17 +01:00
Files
archived-web-php/documentation.php3
1998-01-26 04:25:20 +00:00

24 lines
609 B
PHP

<html><head><title>PHP3 Credits</title>
<?
$title="Documentation Resources";
include "include/header.inc";
?>
<ul>
<li><a href="manual/manual.htm">PHP 3.0 Manual</a>.
This is an early version, a lot is still missing, but it'll get
better.
<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</a> since PHP/FI 2.0
<li>A <a href="FAQ.php3">FAQ</a> has been started as well. Skim this
before asking questions.
</ul>
<? include("include/footer.inc"); ?>