Functions and OOP · Newest 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 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.
Sending SMS from your website
This article explains how to send SMS from your website using the ClickATell API and a PHP class.
Object Orient Programming
This tutorial is about creating an Image Class in PHP
how many visitors online
Ever wonderd how to display how many visitors you have online. In this tutorial i will show you an easy but effective way to display the amount of online visitor’s.
Object Orientated programming in PHP: The absolute basics
In this tutorial Combined-Minds.net will teach you the basics of OO-programming in PHP. Don’t know what I’m talking about? Read it! :)
Introduction to OOP
OOP stands for Object Oriented Programming. This is a short introduction to the concept.
PHP Script Tips - Creating Your Own Functions
This tutorial is going to help you about Creating Your Own Functions
Listing categories and sub-categories in a tree listing format
This tutorial will show you the basics of recursion abd how to list categories and sub-categories to the nth level in tree format in a directory kind of script
Using the explode function in PHP
This tutorial is about Using the explode function in PHP
Introduction to Functions
Learn how to use PHP functions with this basic guide
Text and Number Management Functions
This tutorial covers various different text manipulation and management functions, many of which are absolutely invaluable for your scripts
The Wonders of PHP's Magic Function: __toString()
For this article we’ll be looking at the __toString magic function, and a very handy function it is to. What this function does is allow you to change the default behaviour when outputting an object instance.
BBCode
Learn how to Build A Function To Use BBCode in PHP
Creating User Functions
Learn How To Create User Functions










