PHP Tutorial
Learn how to create a Line Chart class with gdLibrary!
Learn how to make a Line Chart Class that you can use over and over again!
Top 20 Similar PHP Tutorials
Create cropped thumbnails with gdLibrary
Learn how to create cropped thumbnails with gdLibrary
Creating a Three Dimensional Pie Chart using Google's Chart API
I ran across this great, easy but very useful API a few days ago. Now for the tutorial.. let's assume we make a website for the TalkPHP soccerteam. They've played 10 matches (6 won, 3 draw, 1 lost). We'll be making a nice three dimensional pie chart of those stats!
Introducing the PHP Command Line Interface
In this short article I will introduce you to the PHP Command Line Interface (or CLI for short). PHP CLI allows you to run PHP scripts directly from the command line bypassing the need for a web server.
Basics »
Tutorial on Command Line Scripting in PHP
In this tutorial you will learn more about Command Line Scripting in PHP
General »
GD Library Bar Chart
Create a dynamic bar chart with PHP and GD Library.
PHP GD Library Walkthrough: Creating a Bar Chart
Ever wanted to become adept in PHP's GD library? This article will show you how to create a bar chart using the PHP GD library.
MySQL Class
This tutorial will show you the basics of creating a class that will handle your basic MySQL functions, as well as handle some error reporting so you dont have to add "or die(mysql_error());" to your mysql querys.
Database »
Create a PHP Include File to create logging of server messages to a central logfile
This is a PHP include file which does logging of messages to a central logfile. You can use it in all your applications to avoid writing the same code over and over.
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 »
More secure php image upload class
This tutorial shows how to make secure image upload class. Class is very flexible and easy to use.
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 »
PHP Array Pagination with Class Based Script
This tutorial is about PHP Array Pagination with Class Based Script
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 »
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 »
Making a recursive search class without killing yourself
Learn more about making a recursive search class
General »
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.
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 »
Learn the Basics of PHP
This is a MASSIVE guide for beginners! and it is about basics of PHP
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 »










