Suppose player's scores determine their rank within a their division within a tournament. The, points are allocated according to their rank. The website hosts seasonal scores and tracks players cumulative points.
Thus, I am seeking a rewards system via php/mysql that would allow players to redeem their points for merchandise.
I have seen "points systems" for user interaction via web sites and only assume a similar system could be set up using player's performance points as described above.
I do not have PHP or DB coding abilities but feel this entirely possible. Has anyone seen a similar scenario as I have described? Just looking for thoughts and comments from those more knowledgeable than I on this subject. Thank you.