I run a high school sports site (focus is high school wrestling). This will be the 8th year of running the site and it's always a last minute fix to get things updated on the site.
My problem:
We have a match results submit page where anyone from fans, parents, coaches can enter results. Once they submit results I have to approve them via an admin page before they go live on the site.
This year we want to be able to track wrestlers by results. We have thought about entering team's rosters into the database then having an AJAX script to auto suggest who to enter. The problem is rosters are always changing and/or we cannot obtains each team's roster (over 400 teams, 20+ on each team).
Is there any good way to go about this? The problem with users entering the results is they mis-spell names so we cannot track a specific wrestler if we try to track by data users have submitted.
Confusing?
My problem:
We have a match results submit page where anyone from fans, parents, coaches can enter results. Once they submit results I have to approve them via an admin page before they go live on the site.
This year we want to be able to track wrestlers by results. We have thought about entering team's rosters into the database then having an AJAX script to auto suggest who to enter. The problem is rosters are always changing and/or we cannot obtains each team's roster (over 400 teams, 20+ on each team).
Is there any good way to go about this? The problem with users entering the results is they mis-spell names so we cannot track a specific wrestler if we try to track by data users have submitted.
Confusing?








