Skip to content

1. Foreword

The PDF for this document is available |HERE|.

The document’s codes are available |HERE|.

This document provides a list of PHP5 scripts in various fields. This is not a PHP course but a collection of examples intended for developers who have already used a scripting language such as Perl, Python, or Vbscript. It is not suitable for readers without this prior knowledge. Such readers would be better served by an in-depth tutorial such as the one by Guillaume Rossolini:

http://g-rossolini.developpez.com/tutorials/PHP/courses/

or, more generally, the tutorials by developpez.com on PHP:

http://php.developpez.com/course

You can also read "PHP 5 Power Programming" by Andi Gutmans, Stig Saether Bakken, and Derick Rethans, available at URL [http://ptgmedia.pearsoncmg.com/images/013147149X/downloads/013147149X_book.pdf].

The scripts in this document are commented, and their console output is reproduced. Additional explanations are sometimes provided. The document requires active reading: to understand a script, you must read its code, comments, and execution results.