Re: Article Ranking System - PHP, MySQL
The answer all depends on how much data you want in the future. If you can say 100% that you will never need to know how many times an article was rated or by whom...then you can average them.
Personally, I would store all ratings in a table and query. You never know when you're going to look back and wish you had that data all along. There's no way you're going to overload your database unless you are querying wrong and have millions of users connecting per minute.
If the post was helpful...Rate it! Remember to use [code] or [php] tags.
Bookmarks