Best Tutorials website
Latest tutorials

Advertisment

Shopping Cart

Shopping Cart

The shopping cart is typical of those used in online stores: the user can add items to the cart and manage the quantities of the different items....


Views: 487 | Rating star | by Troy
PHP - Miscellaneous

Installation Guide

Installation Guide

Install and configure MySQL, Apache, and PHP under the Linux operating system environment. Learn how a secure Apache web server can be installed...


Views: 817 | Rating star | by Simon
PHP - Installing PHP

Modeling and Designing Relational Databases

Modeling and Designing Relational Databases

Planning and designing a database is the essential first step to developing a web database application. In this tutorial, we introduce database...


Views: 474 | Rating star | by Tutorial
PHP - Database Related

Searching and Browsing Module,

Searching and Browsing Module,

Learn cron Jobs, Templating, Searching and Browsing.


Views: 809 | Rating star | by Sean
PHP - Searching

Simple file system browser

Simple file system browser

In this tutorial I will show you how to create a PHP application to display directory content (filename, filesize, modification date) and navigate...


Views: 517 | Rating star | by Nick
PHP - File Manipulation

Creating Calendar in PHP

Creating Calendar in PHP

In this tutorial I will show you how to create a calendar script in PHP. We will create a simple but good looking - easy customizable via CSS -...


Views: 851 | Rating star | by Donald
PHP - Calendars

Get adsense stats directly from PHP

Get adsense stats directly from PHP

Most of us webmasters use adsense for our websites. Haven't you just like me wanted to get the stats via PHP directly into your own script?...


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

Dynamic thumbnails from websites

Dynamic thumbnails from websites

This tutorial will show you how to create dynamic thumbnails from websites using the thumbnail service Girafa.


Views: 878 | Rating star | by Steve
PHP - Web Fetching

PHP captcha verification

PHP captcha verification

This way of preventing automated submissions is very used on the internet. More and more website owners start looking for a tool to prevent SPAM. A...


Views: 829 | Rating star | by Brad
PHP - Security

Create tag cloud

Create tag cloud

You've seen it for the first time (as far as I know) on Flickr and you're seeing it on major websites as well. The 'tag cloud'...


Views: 530 | Rating star | by Sarah
PHP - Miscellaneous

HTML to XHTML

HTML to XHTML

This is a very handy function if you want to clean up your content before storing it into your database. It uses 'eregi_replace' to...


Views: 635 | Rating star | by Mark
PHP - Content Management

Create social bookmarks

Create social bookmarks

Social bookmarks is a thing you must have on your website if you want to increase the number of your returning visitors. More and more people rely...


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

Building multiple conditional statements in PHP

Building multiple conditional statements in PHP

After building a condition, based on the result, PHP will allow you to chose what action to take. The condition itself can be anything you need or...


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

Get the full URL of your page using PHP

Get the full URL of your page using PHP

Very often we need to have the ful URL of the page and use it somehow in our code, for example a dynamic script with social bookmarks or anything...


Views: 919 | Rating star | by Mathew
PHP - Link Indexing

Creating a file based login system

Creating a file based login system

In this tutorial I will show you how to create a file based login system to register, login and logout users. You can use this method without any...


Views: 823 | Rating star | by Jarry
PHP - User Authentication

Image manipulation with ImageMagicK

Image manipulation with ImageMagicK

Use ImageMagicK to resize and create thumbnails, much much faster and less CPU intensive than GD!


Views: 565 | Rating star | by Mark
PHP - Image Manipulation

CSS File Protection

CSS File Protection

How to hide your CSS source from rippers.


Views: 821 | Rating star | by Mathew
PHP - Security

Random avatar

Random avatar

How to create a random avatar PNG image using the GD library.


Views: 573 | Rating star | by Colin
PHP - Image Manipulation

A simple hitcounter

A simple hitcounter

How to make a nice hitcounter using textfiles.


Views: 867 | Rating star | by Simon
PHP - Counters

Simple BBcode

Simple BBcode

How to create a simple BBcode function for smilies.


Views: 889 | Rating star | by Troy
PHP - Discussion Boards