Creating a basic rating system
In this tutorial I will show you how to create a basic and simple to use rating system. To make the script more simple and database independent we will use simple files to store rating information.
The basics
We divide the task into the following steps:
Display a HTML form where a visitor [...]
