Re: help on a php 5 star rating system
Write your own code. It is simple:
1) An HTML select form
2) Add a new row per vote with host id
3) Take the value of all votes and divide by the number of votes
You have the average vote number in a few PHP steps. It does seem trivial compared to what you have already written.....
|