PDA

View Full Version : Need a multi-layered rating system



logichurtz
04-05-2008, 07:57 AM
This seems simple but I've not been able to find something that I can run on the site to do it.

My wife and her friends have a wine club. They want to keep track of what wines they have tried and how each of them rated it and the club overall.

Wine data to track;
Name, Type, Region, Year and Price of wine. Maybe a small review.

Info they need to see;
How each individual rated each wine over the years (what their faves were)
How the group rated wines over the years (overall summary, etc)

If anyone can point me to something (preferably written in PHP) it would be most appreciated.

djmatt
04-15-2008, 07:33 PM
In order to store the variables, you would need a database. it would be a rather simple Mysql table and a little php division to get the average. I don't know of a template you could use.