Membership
Main Menu
Forum Boards
Stats
- 20 tutorials
- 74,815 members
- 734,907 forum posts
- 13 blog posts
Tutorials
Protecting php applications with PHPIDS
In a nutshell PHPIDS is an advanced intrusion detection system written with performance on a large scale in mind. The basic installation and configuration is pretty straight forward.
- 1 vote
- 2 comments
- posted 12/20/08
PHP Custom List Order
This tutorial explains how to make a custom ordered list.
- 2 votes
- 6 comments
- posted 12/3/08
Regular Expressions (Part1) - Basic Syntax
This tutorial introduces the basic concepts and syntax of regular expressions.
- 5 votes
- 6 comments
- posted 10/12/08
Design Patterns - Strategy and Bridge
Description and discussion of the Strategy and Bridge patterns.
- 4 votes
- 4 comments
- posted 10/9/08
Design Patterns - Value Object
Description and discussion of the Value Object pattern.
- 1 vote
- 1 comment
- posted 10/9/08
Design Patterns - Singleton and Singleton Registry
Description and discussion of the Singleton and (Singleton) Registry patterns.
- 1 vote
- 0 comments
- posted 10/9/08
Design Patterns - Introduction
Introduction to Design Patterns, sets the stage for the coming mini tutorials covering individual Design Patterns.
- 2 votes
- 1 comment
- posted 10/9/08
Data Joins Unions
An introduction to using joins and unions in your MySQL queries
- 9 votes
- 4 comments
- posted 6/30/08
PHP Security
This tutorial deals with the various security issues a PHP developer, or any person who writes web applications, might face. The tutorial is aimed towards beginners, but other people may find some of the information the tutorial contains useful as well. Topics such as SQL injections, cross-site scripting, remote file inclusion attacks and session security are covered. The tutorial also covers how you will best hide as much information from potential attackers as possible in order to further enhance your web application's security. This tutorial can be used as a reference although all the content it contains is vital for anyone who wishes to write applications that will run on a webserver regardless of whether the language is PHP or another server-side scripting language.
- 12 votes
- 20 comments
- posted 6/30/08
OO PHP Part 3: UML, Classes and Relations
An introduction to UML Class Diagrams and class relations.
- 4 votes
- 5 comments
- posted 6/21/08
