1
0
mirror of https://github.com/php/web-php.git synced 2026-03-29 10:42:23 +02:00
Files
archived-web-php/documentation.php3
Rasmus Lerdorf 3653c44a1f Fix typo
1997-12-13 17:23:28 +00:00

17 lines
623 B
PHP

<html><head><title>PHP3 Credits</title>
<?
$title="Documentation Resources";
include "include/header.inc";
?>
<ul>
<li><a href="manual/manual.html">PHP 3.0 Manual</a>. This is a <i>very</i> early version,
a lot is missing and the structure is horrible, 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.
</lu>
<? include("include/footer.inc"); ?>