Functions and OOP · Newest PHP Tutorials
Intro To Object: Option Variables in PHP
This tutorial helps you to know more about Option Variables in PHP
PHP string functions summary
This tutorial is a PHP string functions summary
Updating Serialized Arrays
Learn how to update serialized arrays in PHP
Using Exceptions to Provide Better Feedback
Within this article, we'll be taking a closer inspection of exceptions, as requested by the lovely Haris. This will be a basic exceptions article and so I won't be going over how to extend onto the exceptions class to model your own - otherwise we'll get too far ahead of ourselves. Exceptions tend to be used where we have no jurisdiction over the source, and when we wish to return a more informative message to the front-end.
Introduction to Object Oriented Programming
This basic introduction to object oriented programming in PHP will take you through the process of creating your first class and show you how you can use it in your very own website.
Giving our Currency Conversion Script some Responsibility
Since the first article I submitted to Digg was voted onto the front page a couple of days ago, we're going to add onto the script and make it update the conversion rates from a website that keeps track of them all. This is quite a jump from the first tutorial and so buckle your seatbelt, Dorothy, 'cause Kansas... OK, 'nuff of the Matrix quotes. Let's begin...
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.
PHP Classes - A Breakdown
What is OOP? How do you use OOP with PHP? What's a class? All these questions an more answered in an detailed tutorials covering PHP and Classes.
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...
Introduction to using classes
This tutorial will teach you what classes are and how to use them effectively in your web application.
FTP Administration with full logging
Sometimes, when working on complex projects, you may need to store files on different servers. This can be easily done via FTP. The logging process makes it easier to track all changes. This article explains how you can add this option to your web site.
Input - Output String Functions
This tutorial is about Functions that you need to use for your inputing form
PHP Classes
With the introduction of PHP4, PHP introduced classes, a type of programming subdivision typically only seen in desktop languages. PHP5 expanded upon this implementation, creating what many consider to be a nearly full object orientation implementation. This tutorial will focus on only the basic realm of classes, which is compatible with both PHP4 and PHP5, unless otherwise noted. Note that you need a decent understanding of PHP to read this :D (including the understanding of how functions work)
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.
Select Distinct
A nice-to-know function










