PHP: Hypertext Preprocessor, created in 1994 by Rasmus Lerdorf, is one of the
most popular open source Web scripting languages today. It is powerful, it integrates well
with databases, and it is easy to learn.
This site should help beginners to learn PHP, but it also should help
webmasters to add interesting features to their websites without going in details with PHP
programming.
If you are just starting PHP programming, you should consider some other PHP,
MySQL and HTML resources, too. We recommend :
•
www.php.net
•
www.MySQL.com
•
www.PhpMyAdmin.com
Please note : every script displayed should be saved as .php file (not
htm or html) and then uploaded to a website. Php extension is important because it tells
the server to treat the file as PHP code.