1. Foreword
The PDF of the document is available |HERE|.
The code for the document is available |HERE|.
This document provides a list of PHP5 scripts in various fields. It 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 will prefer an in-depth tutorial such as the one by Guillaume Rossolini:
or, more generally, the PHP tutorials on developpez.com:
You may also read "PHP 5 Power Programming" by Andi Gutmans, Stig Saether Bakken, and Derick Rethans, available at [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. This document requires active reading: to understand a script, you must read its code, its comments, and its execution results.