Artikel und Links: PHP

The PHP Language

  1. Chazzuka.com: 63+ best practice to optimize PHP code performances
  2. Devshed.com:
    1. File And Directory Manipulation In PHP
    2. File Management with PHP
    3. Building a Site Engine with PHP
    4. Arrays
    5. A MIME Mailer Class
    6. Error Handling in PHP: Coding Defensively
    7. Unit Testing
    8. Unit Testing in Detail
    9. Graphical Interfaces and Unit Testing
  3. Devshed.com: Abstract Classes in PHP
    1. Introducing the Key Concepts
    2. Setting Up a Concrete Example
    3. Working with PHP 5
  4. Devshed.com: Application Framework Components
    1. Login/Logout
    2. Building a Logout Class
  5. Devshed.com: Programming PHP: A Beginner`s Guide
    1. The Beginning
    2. PHP Operators
    3. PHP Statements and Beginning Loops
  6. Devshed.com: Building Object-Oriented Database Interfaces in PHP
    1. Processing Data through Data Access Objects
    2. Abstracting Database Tables
    3. Working with Multiple Data Access Objects
    4. Updating the Application to PHP 5
  7. Devshed.com: Caching Result Sets in PHP:
    1. Cost-efficient PHP acceleration
    2. A Content-Change Triggered Caching System
    3. The Barebones of a Caching Class
    4. Supercharge Your Cache
    5. Object Interaction Within a Caching System
    6. Porting the Code to PHP 5
    7. Implementing the Caching System in PHP 5
    8. Generic Architecture for Caching Table Data: Hello Cache, How Are You Doing?
  8. Devshed.com Sending MIME Email with PHP
    1. Sending MIME Email with PHP
    2. Handling Attachments in MIME Email
    3. A Better Way to Determine MIME Types
    4. Composing Messages in HTML
    5. Migrating Class Code for a MIME Email
  9. Devshed.com: Working with Files and Directories
    1. Reading, Writing and Creating Files
    2. Uploading Files and Navigating Directories in PHP
    3. Retrieving Information on Selected Files
  10. Devshed: Working with Sessions
    1. Introduction to Maintaining the State of Applications with PHP Sessions
    2. Advanced Functions to Maintain the State of Applications with PHP Sessions
    3. Session Handling Objects to Maintain the State of Applications with PHP Sessions
  11. DigitalWeb.com: Easy-peasy PHP:
    1. Includes, Switching and Compression
    2. A Different Approach
    3. Building a Bulletproof Contact Form with PHP
  12. Paul Hudson (hudzilla.org): Practical PHP Programming Wiki
  13. PHPBuilder.com:
    1. Fundamentals of PHP Superglobals
    2. PHP Form Validation System: An Object-Oriented Approach
    3. Database Abstraction in PHP
    4. Creating an Online Survey (2 Parts)
    5. Create An Online Photo Gallery
    6. What's new in PHP 5 and PHP 6
    7. Localizing a Web Page for Different Languages
    8. PHP and Regular Expressions 101
    9. Databases in PHP, SQL Basics
    10. File Uploads Made Easy
  14. Webreference.com: PHP by example - The building Blocks
    1. Data Types, Literals, Variables, and Constants - Part 2 | Part 3
    2. How To Create Alternating Row Colors in PHP
  15. Zend.com: PHP 101 (Part 1 -8 )

More on PHP (CLI and PEAR)

  1. Developer.com: Taking Advantage of PEAR
  2. Devshed.com: Implementing with PHP
    1. Standalone Scripts
    2. Managing Standalone Scripts
    3. A Basic Monitoring Engine in PHP
  3. Sitepoint.com:
    1. PHP on the Command Line
    2. More PHP on the Command Line

PHP: Security

  1. Devshed.com:
    1. An Introduction to PHP Security
    2. User Authentication and PHP Security
    3. PHP Security Mistakes
    4. Reconsidering PHP Variables
  2. Devshed.com: Web Application Security Overview
  3. Devshed.com: Database and Password Security for Web Applications
  4. DigitalWeb.com: PHPitfalls: Five Beginner Mistakes to Avoid

PHP Special Techniques

  1. Developer.com:
    1. Retrieving Map Location Coordinates
    2. Creating a Code Search Engine with PHP and MySQL
  2. Devshed.com:
    1. PHP Email - Creating an PHP Email System: Part 1 | Part 2 | Part 3 | Part 4
    2. Creating a Fraud-proof Voting System
    3. Creating a Simple Threaded Discussion Forum: Part 1 | Part 2
    4. Email Address Verification with PHP
    5. Online Photo Album Development PHP and GD: Part 1 | Part 2
    6. Previous or Next? Paginating Records with PHP: Part 1 | Part 2 | Part 3 | Part 4
    7. Designing a Captcha System with PHP and MySQL
  3. Devshed.com: PHP and JavaScript Interaction
    1. Storing Data in the Client: Part 1 | Part 2 | Part 3
    2. Pooling Your Resources
    3. Pooling Your Resources (continued)
  4. IBM developerworks: Build Ajax-based Web sites with PHP
  5. PHPBuilder.com:
    1. Beginning Ajax with PHP: From Novice to Professional
    2. Beginning Ajax with PHP: From Novice to Professional, Part 2
  6. Sitepoint.com:
    1. Toughen Forms' Security with an Image
    2. Watermark images on the fly with PHP