1
0
mirror of https://github.com/php/web-php.git synced 2026-03-28 17:22:06 +01:00
Files
archived-web-php/new/docs.php3
Colin Viebrock 7cb1bf9a13 Lots of changes:
- fixed layout problems (gaps, misalignment, etc.)
- removed onResize function
- made flags smaller
- redid the downloads page
- reorganized the way the sites are listed (look at site.inc -
  it's pretty self-evident)
- redid a few graphics to compensate for browsers that don't
  know how to make colours match properly
1998-02-27 22:04:22 +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("") ?>