1
0
mirror of https://github.com/php/web-php.git synced 2026-04-27 00:48:10 +02:00
Files
archived-web-php/index.php3
T
1997-12-09 20:19:57 +00:00

29 lines
1.4 KiB
PHP

<html><head><title>Professional Home Pages Version 3.0</title>
<? $title="Welcome";
include "include/header.inc"; ?>
<blockquote>
<p>Welcome to the PHP3 network of sites.<br>
<?error_reporting(0); if(filesize("localtop.inc")) { include "localtop.inc"; } error_reporting(1);?>
<p>PHP 3.0 is a complete rewrite of the popular web development scripting language,
<a href="http://php.iquest.net/">PHP/FI 2.0</a>. It is currently in a <a href="why_beta.php3">public BETA</a> testing period.
<p>This server is currently running PHP version <? echo phpversion() ?>.
<ul>
<li><a href="register.php3">Register PHP 3.0</a> (completely free, required before downloading)
<li>Lost your registration password? <a href="oh_no.php3">Get it back here.</a>
<li><a href="download.php3">Download PHP 3.0!</a>
<li><a href="patches.php3">Download patches</a> for official PHP 3.0 releases
<li><a href="config.php3">Configure PHP 3.0</a> online (JavaScript required)
<li>Read what has <a href="changes.php3">changed</a> since PHP/FI 2.0
<li><a href="bug-form.php3">Report bugs</a> you found in PHP 3.0
<li>Subscribe to the <a href="mailto:php3-subscribe@php.il.eu.org">PHP 3.0 mailing list</a>
<li>A <a href="FAQ.php3">FAQ</a> has been started as well. Skim this before asking questions.
<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.
</ul>
<br>
<?include "include/footer.inc";?>