Tutorials
2009 Nov 5
Generating print-ready well-formatted PDF documents with PHP is not an easy task. Traditionally, there are two main approaches to PDF generation with PHP. Given sufficient time and patience, both partially get the job done, but still leave a lot to be desired. This tutorial introduces a new way of doing it using template based document generation.
2009 Aug 19
There are many topics on the forums that go again, topics many people often are having trouble with. One of these problem areas are how to handle dates, convert them to a different format, timezone issues, etc. This tutorial will attempt to address many of the commonest problems related to date and time issues.
2009 May 6
Creating a SQL Search in PHP can some times be confusing and often cause users to generate too much unnecessary code. Well today is the good day. The tutorial shown here will guide you through how to create a Simple and basic MySQL search on multiple fields. So roll up your sleeves and be ready to dive into creating a simple MySQL Search!
2009 Jan 26
How to dynamically add text to an image.
2009 Jan 10
A beginner tutorial demonstrating a simple form to update administrator privileges for a set of users using checkboxes.
2008 Dec 20
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.
2008 Dec 3
This tutorial explains how to make a custom ordered list.
2008 Oct 12
This tutorial introduces the basic concepts and syntax of regular expressions.
2008 Oct 9
Description and discussion of the Strategy and Bridge patterns.
2008 Oct 9
Description and discussion of the Value Object pattern.