Best Tutorials website
Latest tutorials

Advertisment

WordPress Training

WordPress Training

A growing collection of free WordPress training videos.


Views: 645 | Rating star | by Mathew
PHP - Content Management

Advanced Page Last Modified Script

Advanced Page Last Modified Script

Want to display when the page was last modified? Use this script.


Views: 573 | Rating star | by Isac
PHP - Date and Time

Simple register form and login form

Simple register form and login form

Easily register on a website and login. Complete form is also available in .zip format.


Views: 501 | Rating star | by Sarah
PHP - User Authentication

Reading and Writing to Text Files

Reading and Writing to Text Files

Learn how to open text files and then write in them and then save them again.


Views: 483 | Rating star | by Stephen
PHP - File Manipulation

Flash movies creator

Flash movies creator

This tutorial will teach you how to write a php script that will enable users to create flash movies from any text then need.


Views: 898 | Rating star | by Steve
PHP - Flash and PHP

 Simple Contact Form Using PHP

Simple Contact Form Using PHP

How to put a form on your website that people can fill in and send you an email without them having to see your email or open a client.


Views: 500 | Rating star | by Sarah
PHP - Form Processing

Factorial and Greatest Common Divisor

Factorial and Greatest Common Divisor

This tutorial demonstrates how to calculate the greatest common divisor and factorial numbers by doing basic math with PHP.


Views: 479 | Rating star | by Slicer
PHP - Miscellaneous

The fastest way to see how many people are online at your site

The fastest way to see how many people are online at your site

A quick way to see how many people are browsing your site for php enabled web sites.


Views: 556 | Rating star | by John
PHP - Cookies and Sessions

Creating a UPS Shipping Calculator

Creating a UPS Shipping Calculator

This tutorial will teach you how to calculate the shipping cost based on the weight, height, length and depth of the box, the distance and the UPS...


Views: 518 | Rating star | by Jason
PHP - Miscellaneous

PHP Site Search

PHP Site Search

In this tutorial I will teach you how using dreamweaver you can create a site search with the option to select different categories.


Views: 737 | Rating star | by Donald
PHP - Searching

Everything about Form Handling in PHP

Everything about Form Handling in PHP

This is a massive tutorial, that goes through all the types of input and how to use and handle them.


Views: 563 | Rating star | by Marry
PHP - Form Processing

Simple Login

Simple Login

This is going to be a simple tutorial for setting up a PHP login system that runs off a MySQL database and could ultimately be used for a member...


Views: 557 | Rating star | by Simon
PHP - User Authentication

Super Fast Form Processing Via PHP

Super Fast Form Processing Via PHP

Learn how to create php authenticated forms using this mail script. Includes a zip download.


Views: 585 | Rating star | by Jason
PHP - Email Systems

Creating friendly URLs with mod_rewrite

Creating friendly URLs with mod_rewrite

This programming tutorial will teach you how to build search engine friendly URLs in PHP, which contain keywords and use HTML extensions. We are...


Views: 539 | Rating star | by Mathew
PHP - Site Navigation

How to create an AJAX contact form

How to create an AJAX contact form

This tutorial shows users how to create an AJAX contact form. The form method in this tutorial is set to POST.


Views: 521 | Rating star | by Slicer
PHP - Form Processing

Prevent Duplicate Form Submission

Prevent Duplicate Form Submission

Learn how to use PHP sessions to prevent duplicate form submission or re-submission.


Views: 545 | Rating star | by Jarry
PHP - Form Processing

Top 10 Noob mistakes in PHP

Top 10 Noob mistakes in PHP

This tutorial goes through 10 things that you shouldn't do in PHP and why.


Views: 483 | Rating star | by Nick
PHP - Miscellaneous

Logging View Stats

Logging View Stats

Ever wanted to count certain hits for a page reading or maybe even a file counter? How about counting how many times a mysql table was read? With...


Views: 804 | Rating star | by Daniel
PHP - Web Traffic Analysis

Navigation System

Navigation System

You may have been to sites where instead of having to type long URL’s you see ?page=php ? Well in this simple tutorial im going to show you how...


Views: 548 | Rating star | by Ben
PHP - Site Navigation

Variables in PHP

Variables in PHP

This tutorial goes through different variables, how they work, and how to use them.


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