Banner Rotation Using PHP PHP / Randomizing and Rotation
Creating a simple ad-rotator, the ads are stored in a text file and picked randomly by this PHP code. Most of the webmaster use banner ads, we will be creating a very simple banner rotator, which picks up randomly one ad from the banner file and displays it, this file can be called in any other page to display the banners.
Creating a file upload system PHP / File Operations
In this tutorial I will show you how to create a simple file upload system with your user can upload a file from the local computer to your webserver. As you will see it is not so complicated to implement this very usefull script. However it can be dangerous if every visitor can upload files without any restriction. You can easy have a situation that there is no more free space on your server.
Permission System PHP / Membership
This tutorial will not cover building a login (user) system. This tutorial will only cover how to expend your login system to create permissions for users.
How to use the PEAR ITX templating system PHP / Templates
In this tutorial, I'll explain and demonstrate how to use the ITX templating system from the PEAR collection of useful classes for PHP. As we go along, I'll show you some of the competitors, why I didn't like them and why in the end I choose to work with ITX in my own scripts.We will build a simple example script that will load and fill out the data out of a database. This script will use another PEAR component, a database abstraction layer. If you are not familiar with PEAR's DB abstraction layer.
Creating a simple file based polling script PHP / Polling and Voting
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 this script and you only have to maintain one config file.