Click to See Complete Forum and Search --> : How to do video rating using php?
satees
11-04-2006, 12:45 AM
Hi friends,
I need to implement the "video rating" option in my website.
Its some thing like ***** should be used to rate the video.
Any idea how to implement this feature ?
Thanks,
Satees
pforsbergfan9
11-04-2006, 02:07 AM
Your best bet would be to use MySQL. Its a free system thats used with alot of hosting services. Basically just have all of the times someone rates it, have that number added into your database. Then when that number is shown with stars or whatever you choose, just average out those numbers that are saved and it could show the number of stars. Personally, im not too good with MySQL but I know it can be done. Maybe you should ask your question in the MySQL section. Hope this helps.