browse by tag: rating
sort by
How to create a basic rating system
in PHP added by goodphptutorials, on 8/10/2007 beginner tutorials database rating review
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.
comment save reportAJAX 5-star rating
in PHP added by goodphptutorials, on 24/5/2006 AJAX advanced tutorials rating symfony
Many sites propose a rating system based on a rating from 1 to 5. The AJAX versions (where the page is not reloaded when you vote) are the best. Here is a code snippet explaining how to do it in PHP with symfony.
comment save report