Best Tutorials website
Latest tutorials

Advertisment

Sending emails with PHP

Sending emails with PHP

Emails are easy to send using PHP. Learn how here. Includes contact script.


Views: 567 | Rating star | by Sarah
PHP - Email Systems

Complete Affiliate system with admin panel

Complete Affiliate system with admin panel

Create An easy to use Affiliate system for your website so you no longer have to do it by hand! In 4 easy steps!


Views: 989 | Rating star | by John
PHP - Link Indexing

Array functions in PHP

Array functions in PHP

If you work with PHP and databases, you will most guaranteed have to work with arrays. Arrays are great for holding lots of information in a...


Views: 536 | Rating star | by Source
PHP - Miscellaneous

Getting prices using the amazon SDK

Getting prices using the amazon SDK

Learn how to use the amazon SDK to retrieve the latest prices.


Views: 884 | Rating star | by Ben
PHP - E Commerce

Cookies In PHP

Cookies In PHP

One of the most powerful tools available to the web developer are http cookies. This short article will help you understand cookies.


Views: 893 | Rating star | by Source
PHP - Cookies and Sessions

Macronimous- Command Line Scripting in PHP

Macronimous- Command Line Scripting in PHP

PHP can also be run as a command line script like c, c++, java, etc. This article provides an introduction to command line scripting in PHP and...


Views: 753 | Rating star | by Source
PHP - Development

Registration script with activation

Registration script with activation

Create a fully featured registration script that you can use on your website, this tutorial will even teach you how to make your users activate...


Views: 538 | Rating star | by David
PHP - User Authentication

Writing Regular Expression with PHP

Writing Regular Expression with PHP

Regular Expression is a kind of language and if you have learned its symbols and understood their meaning, you would find it as the most useful...


Views: 629 | Rating star | by Sean
PHP - Development

Creating a count down system

Creating a count down system

In this tutorial I will show you how to create a simple count down system.


Views: 861 | Rating star | by Simon
PHP - Date and Time

Simple Email Validation

Simple Email Validation

Learn how to use email verification to validate your users.


Views: 588 | Rating star | by Mark
PHP - Form Processing

Embedding PHP For Loops

Embedding PHP For Loops

Learn how embedded PHP 'for' loops work while making a handy hex chart!


Views: 585 | Rating star | by Brad
PHP - Miscellaneous

PHP Basics

PHP Basics

In this tutorial we will help you understand how to use php.


Views: 569 | Rating star | by Troy
PHP - Introduction to PHP

Basics to arrays

Basics to arrays

We will be looking into what arrays are and how to make and use them.


Views: 512 | Rating star | by Mathew
PHP - Introduction to PHP

Function

Function

Today you will be learning how to create you're own function.


Views: 519 | Rating star | by Isac
PHP - Introduction to PHP

Email Form

Email Form

Create you're first very basic email form and handler.


Views: 534 | Rating star | by Source
PHP - Email Systems

Creating Navigation

Creating Navigation

Create a navigation script for a webpage.


Views: 888 | Rating star | by Steve
PHP - Site Navigation

Str_replace Function.

Str_replace Function.

You will be learning the str_replace function.


Views: 507 | Rating star | by Ben
PHP - Introduction to PHP

Learning Sessions

Learning Sessions

Sessions are basically cookies with a fallback, they end when you close you're browser.


Views: 834 | Rating star | by Jarry
PHP - Cookies and Sessions

Cookies

Cookies

Today you will learn how to store data in cookies.


Views: 887 | Rating star | by Ben
PHP - Cookies and Sessions

Introduction to OOP

Introduction to OOP

OOP stands for Object Oriented Programming


Views: 819 | Rating star | by Marry
PHP - OOP