20 Newest PHP Tutorials
Top Referring Domains
This tutorial will show you how to make a list of the top referring domains to your site. This list requires no signup from users at all, they just have to link to your site and they will show up
General »
Build an RSS Feed From the Information In Your Database With PHP
Learn how to take information in a MySQL database table and export it to RSS using the file writing capabilities of PHP.
General »
IP Banning in with mySQL
This tutorial will show you how to ban people by IP address with php and mysql
Security »
Debugging with PHP
Everyone makes errors and if you use PHP you will create bugs. The purpose of this tutorial is to give an introduction to debugging using PHP. You will learn basic ways to determine where problems occur as well as functions like var_dump().
Basics »
Building your own Myspace.com with PHP
A very detailed tutorial that goes through the creation of a community script with PHP and MySQL.
General »
GD Library: Create Image Reflections Using PHP's GD Library
Now this is a pretty simple tutorial on how to create a nice simple reflection on images. This won't show you how to make little ripples just yet.
How to execute PHP using CRON
This will allow you to set up a schedule to execute PHP scripts. Works with most shared hosting plans as well.
Basics »
PHP Videos
Today we will go over simple control structures. You can think of them as "forks in the road" of your code. Depending on whether the control structures are true or false will determine what your code does next
General »
Hits Counter (Text Based)
In this tutorial we'll learn how to make a simple text based hits counter using PHP.
General »
Quick Number Tip
In this tutorial we'll make number format like 0001, 0002, 0003 in stead of 1, 2 ,3. It's very easy to do this
Basics »
Randomizing text using PHP
This tutorial will go over how to create a randomizer script for displaying a random sentence, number or anything you like. This script is very simple but useful.
General »
Reverse TinyURL's encryption to find out the website
This is a neat little way to "reverse" TinyURL's code. It dosn't really reverse the url but seeks the URL inside the page.
General »
How to create a link checker
In this tutorial I will show you how to create your own basic link validate script to check link availability on any site.
General »
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.
Clone Construct to Clone an Object
This tutorial is about using the Clone Construct to Clone an Object
General »
Turning Dynamic URLs to Static URLs
Apache mod rewrite feature lets you turn dynamic urls to search engine friendly urls. In this tutorial I attempt to explain with example how to turn dynamic urls to static urls.
Basics »










