Template Sites
Featured Sites
Members Area
Partners Sites
PHP Tutorials

Creating a Website / Server Monitoring Script

I have created a script which allows users to check to see if their server is online. Obviously running this..

Views: 23

Time and Date using PHP

In this tutorial we will learn how to display the day and/or time by using php. It's a very easy..

Views: 32

PHP Functions

So you've heard about functions, and what they can do.. and how leet they are. Now its your turn to..

Views: 14

Make a Number Format

In this tutorial we'll make number format like 0001, 0002, 0003 in stead of 1, 2 ,3. It's very easy..

Views: 32

Form Email

This is a very simple tutorial, yet work like a charm and does all the things it needs to do...

Views: 22

Random Images

Ever wanted to make links, or banners appear on your site in a random order? Well here's a simple script..

Views: 31

Form Validation using PHP

Today I'll take it up a level and re-write that script using the if, else conditional and empty() function to..

Views: 12