Newest PHP Tutorials

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 » upgradetheweb.com
Score(+): 11 | Views: 429 | Similar Tuts | Save it | View this tutorial

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.
PHP and Images » talkphp.com
Score(+): 13 | Views: 704 | Similar Tuts | Save it | View this tutorial

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 » nucleocide.net
Score(+): 12 | Views: 451 | Similar Tuts | Save it | View this tutorial

PHP Tutorials

This is a detailed tutorial on Sessions and Session Data
Basics » herongyang.com
Score(+): 9 | Views: 396 | Similar Tuts | Save it | View this tutorial

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 » code2design.com
Score(+): 9 | Views: 409 | Similar Tuts | Save it | View this tutorial

Hits Counter (Text Based)

In this tutorial we'll learn how to make a simple text based hits counter using PHP.
General » ronsguide.com
Score(+): 13 | Views: 370 | Similar Tuts | Save it | View this tutorial

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 » phpeasystep.com
Score(+): 11 | Views: 375 | Similar Tuts | Save it | View this tutorial

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 » konceptwebmasters.com
Score(+): 13 | Views: 406 | Similar Tuts | Save it | View this tutorial

Parse html with PHP preg_match_all

Learn how to parse html with preg_match_all
General » web-development-blog.com
Score(+): 13 | Views: 949 | Similar Tuts | Save it | View this tutorial

PCRE Pattern

This tutorial helps you to learn more about extracting URLs
General » desilva.biz
Score(+): 9 | Views: 410 | Similar Tuts | Save it | View this tutorial

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 » totaldream.org
Score(+): 10 | Views: 484 | Similar Tuts | Save it | View this tutorial

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 » phptoys.com
Score(+): 16 | Views: 370 | Similar Tuts | Save it | View this tutorial

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.
Functions and OOP » talkphp.com
Score(+): 13 | Views: 336 | Similar Tuts | Save it | View this tutorial

Clone Construct to Clone an Object

This tutorial is about using the Clone Construct to Clone an Object
General » talkphp.com
Score(+): 8 | Views: 292 | Similar Tuts | Save it | View this tutorial

Redirection

Instantly redirect using PHP
General » tutorialfx.com
Score(+): 12 | Views: 255 | Similar Tuts | Save it | View this tutorial