| 1. | Ten Security Checks for PHP (ONLamp) | | | Though it's easy to create sites in PHP, it's not immune to sloppy coding. Clancy Malcolm explains how to recognize and fix potential security holes. www.onlamp.com |
| 2. | Gimpster | | | Introductory tutorial geared towards those with little to no PHP experience. www.gimpster.com |
| 6. | PRCE: Perl Compatible Regular Expression In PHP | | | Article on perl compatible regular expressions. Describes the basics as well as PCRE's special features such as ungreedy matching, lookaheads or the evaluation modifier. www.tote-taste.de |
| 7. | PHP/MySQL Tutorial | | | The lessons provided in this PHP/MySQL tutorial are short and simple. You'll learn to create and manipulate a simple database of names and birthdates. www.createafreewebsite.net |
| 8. | Classes and PHP (PHPBuilder) | | | A description in plain English of what classes are, and how they can make your project easier to complete and extend. www.phpbuilder.com |
| 9. | Comprehensible PHP Code (PHPBuilder) | | | A good programmer makes her code look so simple and comprehensible that any other programmer can understand it and appreciate it. www.phpbuilder.com |
| 11. | Static Free Energy (Zend) | | | This tutorial will show you how to produce static html pages using PHP. This is important if you want the benefits of using PHP to build sections of a site where the content of the pages doesn't change very often. www.zend.com |
| 12. | An Introduction to Classes (Zend) | | | The tutorial guides you through the construction of a simple, security-related class that performs some basic security functions for a web site: checking user logons. www.zend.com |
| 13. | Encryption and Decryption using PHP and GnuPG (Zend) | | | The purpose of this article is to show you how to encrypt and decrypt information with GnuPG using PHP. Most of the major Linux distributions will install GnuPG upon request. Otherwise you can get it by going to http://www.gnupg.org. www.zend.com |
| 16. | caiPHP | | | Tutorials and code snips directed to those who are learning PHP. www.caiphp.com |
| 18. | PHPExamples.net | | | Tutorials, code snippets regarding PHP. Forums. www.phpexamples.net |
| 19. | Open Source Licensing For PHP Scripts | | | Open Source licensing for PHP scripts. Open Source means that your software is entirely free for use, to anyone, and any user may modify the software to fit his own needs. To launch an open source application, you have to apply the GNU GPL License. www.phpfreaks.com |
| 20. | Simple Introduction To Classes | | | By the end of this tutorial, you'll have a better understadning of what classes are and what they are good for. Classes can be very powerful when used right and can save you a lot of work (and typing) in the long run. www.phpdeveloper.org |
| 23. | Pitfalls of Transactions with PHP (ONLamp) | | | Database transactions are important for data reliability and consistency. Used properly, they can prevent many types of errors. Used improperly, they can cause many other kinds of errors. Kimberlee Jensen demonstrates using transactions with PHP well. www.onlamp.com |
| | |