PHP Tutorial
Advanced PHP: Using the Factory Pattern
The factory method pattern is an object-oriented design pattern. Like other creational patterns, it deals with the problem of creating objects (products) without specifying the exact class of object that will be created.
Top 20 Similar PHP Tutorials
Advanced PHP: How to use the Singleton Design Pattern
The Singleton Pattern is one of the GoF (Gang of Four) Patterns. This particular pattern provides a method for limiting the number of instances of an object to just one. It's an easy pattern to grasp once you get past the strange syntax used.
Advanced Functions with PHP
A brief tutorial containing how to information on Comments, Variables, Predefined $_GET Variable, Basic Math, Exponents, If Statements, Else Statements, Isset, Echo Function, Including HTML inside of PHP.
Basics »
Advanced PHP / MySQL Interaction
In this tutorial I will show you how to connect to and select a database and then how to perform select, insert, update and delete actions on a MySQL database.
Database »
Advanced PHP: Working with Interfaces
When you create an interface, you're basically creating a prototype/blueprint of functions that classes using the interface must implement in order to be valid. It's usually easier to learn from example, so here's a basic interface that represents a Page.
Advanced Form Spell Checker
This tutorial will show you how to create a spell checker in PHP
Advanced »
ADVANCED Random Signature Generator
In this tutorial you will learn more about advanced Random Signature Generator - GREAT for forum signatures!
General »
Advanced PHP: PHP5's OOP Method Chaining
In this article, I'll be talking about a useful new feature introduced in PHP5 as part of the OOP improvements over PHP4. This feature is called Method Chaining and enables us to do pretty cool things like...
Creating an advanced website shoutbox with PHP and MySQL
This tutorial is about creating an advanced website shoutbox with PHP and MySQL
General »
Creating Joomla 1.5 Advanced Registration System
Learn more about Creating Joomla 1.5 Advanced Registration System
Advanced »
Object Orientated: Creating an Advanced Pagination Class
This class will display the results of any MySQL table including all the fields and rows. It will work out how many fields there are and display the results accordingly.










