The magic of PHP

This meeting should be a great follow-up to last month’s meeting where Greg demonstrated the Apache Web server. PHP is a server-side scripting language for creating dynamic Web pages. PHP integrates with Apache and HTML. When a visitor opens a page, the server processes the PHP commands and then sends the results to the visitor’s browser. Very cool. For a more thorough introduction, see:
http://www.builder.com/Programming/PHPIntro/index.html

Resources:
          PHP Web Site: http://www.php.net
          PHP Base Library Site: http://phplib.netuse.de
          MySQL Web Site: http://www.mysql.com

          Thanks to Kris Dahl for sinding in these links!