This is a discussion on "Rating system..." within the Classic ASP section. This forum, and the thread "Rating system... are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Rating system...
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Rating system...
Ok, here's the thing, I Am creating a rating system for a site, where you can pick a band, listen to some samples, read their bio, and then rate them on a scale of 1-5 . 1 being sucky and 5 being good .
|
|
|
|
|||
|
Well if you want to save time, just go to APSIN.com and search for a rating system which someone else has already written!
|
|
||||
|
smokie's option is fine, but if you want to make it yourself design a table that will store all the scores as different records:
eg. band - score 'linkin park' - 5 and so on... then use the AVG SQL statement to retrieve the average score something like: SELECT AVG(score) AS average_score FROM Feedback_Table WHERE band='band name'
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
|
![]() |
| Tags |
| rating, system |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Spinal007 - Anyone recommend a good rating/star rating script? | sing2trees | PHP Forum | 17 | Jun 8th, 2008 21:23 |
| Rounding & Rating System. | Jack Franklin | PHP Forum | 4 | Feb 20th, 2008 18:12 |
| Please help, 2 way feedback rating system | marie2007 | PHP Forum | 0 | Sep 13th, 2007 01:25 |
| Poll/Rating System | lexxweb | JavaScript Forum | 1 | Dec 9th, 2006 21:27 |