PHP Tutorial
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.
Top 20 Similar PHP Tutorials
Creating an object oriented MySQL abstraction class
In this tutorial I will show you how you can create an object oriented database abstraction class for MySQL database. Besides the basic functions this manager class can summarize total time spent with db connection and query execution and counts how many query were executed during your PHP script.
Database »
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! :)
MySQL with PHP5 - Object Orientated Style
In this tutorial you can learn some thing about MYSQL and PHP5
Database »
PHP Array Pagination with Class Based Script
This tutorial is about PHP Array Pagination with Class Based Script
General »
Creating Joomla 1.5 Advanced Registration System
Learn more about Creating Joomla 1.5 Advanced Registration System
Advanced »
Creating an advanced website shoutbox with PHP and MySQL
This tutorial is about creating an advanced website shoutbox with PHP and MySQL
General »
Creating a mail sender class with PHP
In this tutorial the author will show you how to create a simple mail sender class in PHP.
General »
Creating a Templating System Using Object Oriented Programming in PHP
In this tutorial you will learn more about Creating a Templating System Using Object Oriented Programming in PHP
General »
Creating a simple mail sender class with PHP
In this tutorial I will show you how to create a simple mail sender class in PHP. Sending emails with PHP is a lot easier than you would think, however you need to care about some settings to avoid moving your emails into a spam folder.
General »
Creating A Scaffold-like Class in PHP or An Automatic CMS For a Table
Learn how to Create A Scaffold-like Class in PHP or An Automatic CMS For a Table
General »
Complete Walkthrough: Creating a Gallery Class
In this tutorial we will be create a gallery class, and also a template class that will work together with the gallery class. This will extend on a few of the tips and tricks that many of you will have picked up if you've been followed the developments here at TalkPHP.
Basics »
Learn About Pagination with PHP
This tutorial is designed to guide you through the logic and code behind the process of paginating data in PHP
General »
Limiting MySQL Query Results (With Pagination)
This tutorial is about Limiting MySQL Query Results (With Pagination)
General »
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: 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.
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.










