Best Tutorials website
Latest tutorials

Advertisment

Creating an object oriented MySQL abstraction class

Creating an object oriented MySQL abstraction class

In this tutorial I will show you how you can create an object oriented database abstraction class for MySQL database. Besides the basic functions...


Views: 486 | Rating star | by Sean
PHP - Database Related

Basic HTML newsletter in PHP/MYSQL

Basic HTML newsletter in PHP/MYSQL

Learn how to make a basic HTML-enabled mailing list with PHP/MYSQL.


Views: 530 | Rating star | by Mark
PHP - Email Systems

Simple Image Gallery

Simple Image Gallery

A tutorial to show you how to make a simple image gallery.


Views: 539 | Rating star | by Ben
PHP - File Manipulation

Creating a file based AD rotator script

Creating a file based AD rotator script

In this tutorial I will show you how to create a simple AD rotator script without using database. The script can display both text and image ads...


Views: 935 | Rating star | by Slicer
PHP - Ad Management

A Study in Arrays

A Study in Arrays

A simple tutorial on how to use arrays in PHP.


Views: 551 | Rating star | by Steve
PHP - Introduction to PHP

Introduction to PHP/Forms

Introduction to PHP/Forms

Get used to the basics of PHP and using forms.


Views: 593 | Rating star | by Colin
PHP - Introduction to PHP

Topsite Script

Topsite Script

Create your very own topsite script with this tutorial, learn from start to finish how to create your own topsite website with this great tutorial!


Views: 859 | Rating star | by Nick
PHP - Polls and Voting

Creating a simple file based polling script

Creating a simple file based polling script

In this tutorial I will show you how to create a simple, file based polling system where you can easy setup new polls. No database is required for...


Views: 855 | Rating star | by David
PHP - Polls and Voting

Mail form for newbies

Mail form for newbies

This is a must read tutorial if you don't know anything about PHP.


Views: 569 | Rating star | by Jason
PHP - Form Processing

PHP Intermediate

PHP Intermediate

Learn some basic to intermediate PHP skills using this tutorial, well written and lots of information. Everyone can benefit from this tutorial!


Views: 568 | Rating star | by Stephen
PHP - Introduction to PHP

Get MySQL database layout in XML format

Get MySQL database layout in XML format

In this tutorial I will show you how to get your MySQL database description / layout in XML format.


Views: 556 | Rating star | by Sarah
PHP - XML and PHP

Creating a simple photo gallery

Creating a simple photo gallery

In this tutorial I will show you how to create a simple photo gallery. The script creates thumbnail images if needed and displays all images in the...


Views: 486 | Rating star | by Daniel
PHP - Image Manipulation

Testing Regular Expression Match Patterns

Testing Regular Expression Match Patterns

Regular expression started in Perl language. But it is now used everywhere: text editors, programming languages, and software testing tools....


Views: 601 | Rating star | by Simon
PHP - Development

 Escape HTML Characters

Escape HTML Characters

In this how to you're gonna learn how you can escape HTML characters, nice and easy using PHP. This is useful for example to prevent users...


Views: 514 | Rating star | by John
PHP - Development

Watermark on uploaded image

Watermark on uploaded image

This tutorial shows how you can automate the process of adding watermarks on images from your site right when they are uploaded.


Views: 500 | Rating star | by Stephen
PHP - Image Manipulation

PHP date function explained

PHP date function explained

With PHP's date function you format timestamps, so they are more human readable. The following tutorial will teach you how to display the...


Views: 867 | Rating star | by Mark
PHP - Date and Time

Looping Statements in PHP

Looping Statements in PHP

In programming it is often required to repeat a block of code for a given number of times or until a certain condition is not true. For this, we...


Views: 511 | Rating star | by Tutorial
PHP - Introduction to PHP

Smarty templates for beginners

Smarty templates for beginners

The most common complaint that comes when a designer and a programmer are working together on the same project is that the output is mostly bugged....


Views: 511 | Rating star | by Simon
PHP - Miscellaneous

Javascript Count Words Left

Javascript Count Words Left

Learn how you can add javascript realtime count words field to your forms using javascript. Try it, it's easy!


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

PHP Text Images

PHP Text Images

Learn how to create an image with only text and vary the size of the image on how much text there is! This can be adapted to image verification...


Views: 576 | Rating star | by Source
PHP - Image Manipulation