1
0
mirror of https://github.com/php/web-php.git synced 2026-03-31 03:32:23 +02:00
Files
archived-web-php/index.php3
Rasmus Lerdorf 1cb421edf5 Ok, the bulk of the site has been changed over. Still a bit of clean-up
work to do.  And some of the links don't go anywhere.
1998-03-23 19:50:45 +00:00

15 lines
647 B
PHP

<?
require("shared.inc");
commonHeader("PHP3 Main Page");
?>
PHP is server-side HTML embedded scripting language.<P>
PHP 3.0 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 &quot;Source&quot; 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();
?>