1
0
mirror of https://github.com/php/web-php.git synced 2026-04-26 00:18:17 +02:00
Files
archived-web-php/new/index.php3
T
Rasmus Lerdorf 942a3cc627 Moving lots of stuff into new interface
Colin, could we change the "in the News" button to "Sites"?  I figure
imporant news will go on the front page anyway.

And, could you have a look at the sites page?  At the very least we should
match up the blue colour, but I bet you have a cooler-looking way of
putting up these URL's!
1998-03-04 03:28:27 +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();
?>