1
0
mirror of https://github.com/php/web-php.git synced 2026-03-30 11:12:09 +02:00
Files
archived-web-php/index.php3
1999-08-29 14:19:10 +00:00

82 lines
3.2 KiB
PHP

<?
require("shared.inc");
commonHeader("PHP: Hypertext Preprocessor");
echo "\n<!--$MYSITE-->\n";
?>
<img src="php4zend-small-white.gif" align="right">
<h3>PHP 4.0 Beta 2 is out!</h3>
<p>
After the successful Beta 1, <a href="http://www.php.net/version4/">Beta 2 of PHP 4.0</a> has been released. It provides a lot
of fixes, migrated modules and several enhancements over Beta 1. All users of version
4.0 are encouraged to upgrade to the new beta, and everybody else is invited
to take a look at it!
</p>
<h3>PHP Tutorials at O'Reilly Open Source Software Convention</h3>
<p>
<a href="oreilly99/"><img align=right src="gifs/oss_conf_speaker.gif" border=0 width=72 height=117 alt="Open Source Software Convention"></a>
Rasmus Lerdorf and Jim Winstead gave a pair of three-hour
tutorials at <a href="http://conferences.oreilly.com/">O'Reilly's
Open Source Software Convention</a> on August 21, 1999, in Monterey,
California. You can see the slides from the tutorials
<a href="oreilly99/">here</a> (Only works with Netscape).
</p>
<h3>CNET's Builder.com discovers PHP</h3>
<p><img src="cnet.gif" align="right">
CNET has put up an <a href="http://www.builder.com/Programming/PHPIntro/?dd.bu.bb.0805.03">
introductory PHP article</a> that is an interesting read.
</p>
<h3>LinuxWorld Editors' Choice Awards</h3>
<p><img src="lwedchoice-200.gif" align="right">
PHP is a Finalist in the <a href="http://www.wpi.com/linuxworld/lw-ec-finalists.html">
LinuxWorld Editors' Choice Awards</a> to be presented on Aug.11 in San Jose, CA. PHP is
up against QT from Troll Tech in the &quot;Programming Library/Tools&quot; category.
</p>
<h3>PHP/MySQL Tutorials on HotWired</h3>
<p>
Graeme Merrall has written a 3-part tutorial on PHP/MySQL that is worth a
read if you are new to PHP. Head on over to
<a href="http://www.hotwired.com/webmonkey/databases/tutorials/tutorial4.html">
HotWired's WebMonkey Site</a> to read it.
</p>
<h3>What is PHP?</h3>
<P>
PHP is a server-side, cross-platform, HTML embedded scripting language.
If you are completely new to PHP and want to get some idea of how it works,
have a look at the <a href="tut.php3">Introductory Tutorial</a>. Once you get
beyond that have a look at the example archive sites and some of the other
resources available in the <a href="links.php3">Links</a> section.
</P>
<h3>So, how much does it cost?</h3>
<P>
This may sound a little foreign to all you folks coming from a non-Unix
background, but PHP doesn't cost anything. You can use it for commercial
and/or non-commercial use all you want. You can give it to your friends,
print it out and hang it on your wall or eat it for lunch. Welcome to
the world of <a href="http://www.opensource.org">Open Source</a> software!
Smile, be happy, the world is good. For the full legalese, see the
official <a href="license.html">license</a>.
</P>
<h3>Year 2000 Compliance</h3>
Just like your C compiler or your favourite text editor, PHP is just about as
year 2000 compliant as your pencil. If you're still worried (perhaps all
pencils are built to break on December 31st 1999?) -
<a href="y2k.php3">read this</a>.
<h3><a href="oldinfo.php3">Older information</a></h3>
<?
commonFooter();
?>
<!-- comment: 15-Jun-1999 16:35 EDT -->