mirror of
https://github.com/php/web-php.git
synced 2026-03-29 01:32:15 +01:00
20 lines
959 B
PHP
20 lines
959 B
PHP
<?
|
|
require("shared.inc");
|
|
commonHeader("PHP3 Main Page");
|
|
?>
|
|
Welcome to PHP's new home with an all-new look to it. The design is courtesy of Colin Viebrock
|
|
at <a href="http://www.privateworld.com">Private World Communications</a>. Please let us know
|
|
of any problems with the site by sending a message to
|
|
<a href="mailto: webmaster@php.net">webmaster@php.net</a>.<P>
|
|
|
|
PHP 3.0 is server-side HTML embedded scripting language and it is a complete rewrite of the popular
|
|
<a href="http://php.iquest.net">PHP/FI 2.0</a> language. This rewrite is faster, more robust and
|
|
uses less memory than version 2. All users of version 2 are encouraged to upgrade.<P>
|
|
|
|
If you are new to PHP, a good place to start discovering the power of this language is by clicking
|
|
on the "Source" button in the top right corner of all the pages on this site. What you
|
|
see is the actual PHP files that are behind each of the pages you are looking at.
|
|
<?
|
|
commonFooter();
|
|
?>
|