Alright chaps,
I’m currently developing a gaming magazine in EE, and I want to include a feature where when the readers join the discussion on any given review or preview, they can enter a score (percentage) if they’ve played it or not. I’d then like to display an average reader score akin to the amazon rating system, I guess.
There’s lots of ways to do something like this, but I’m wondering what everyone thinks the best way is. Currently I’m learning towards a custom PHP script and a separate database table.
Thanks in advance.