Subscribe to PHP Freaks RSS

Tutorials

2008 Jun 7
OO PHP Part 2: Boring OO Principles
by John Kleijn 16 comments 12345

Provides some basic explanation of various OO design principles.

2008 Jun 6
OO PHP Part 1: OOP in Full Effect
by John Kleijn 13 comments 12345

Comprehensive overview of what OOP features PHP has to offer, written for the OO novice, but useful for those with previous knowledge of it as well. Not suited for complete PHP newbies.

2008 Jun 5
Sessions and cookies: Adding state to a stateless protocol
by Daniel Egeberg 4 comments 12345

In this tutorial you will learn about using cookies and sessions in PHP.

2008 May 27
Preventing remote file include attacks with mod rewrite
by Thomas Johnson 12 comments 12345

In this tutorial we cover a very simple but effective way of preventing a large amount of rfi attacks with mod rewrite.

2008 May 27
Hardening PHP with Suhosin
by Thomas Johnson 8 comments 12345

Suhosin is an advanced protection system for PHP installations. In this tutorial we will cover the installation and configuration for both Debian etch and CentOS 5.

2008 May 26
Handling XML data
by Daniel Egeberg 9 comments 12345

In this tutorial you will learn how to handle and generate XML data with PHP.