Sorry for the double post.

Here's what I want to accomplish in my scouting server:
Easy and intuitive interface so I don't have to teach everyone how to use it
Most typical data values (Goals, climb, etc)
Special features (Probably check buttons so PHP can sort it)
Global comments
Game comments (new eery game)
Ways to improve (new every game)
Graphs of the team's scores, improvement, highs, lows and where they get their points from (Probably using something like GraphViz)
Fast loading times (For the scouting stuff). At the end of scouting, where teams are deciding which teams to pick, the lag will get high because there will be large methods running, and my bandwidth will be hogged, sending all the images of the graphs
Every team's scoring graphs side by side, sorted by user criteria
Sorting between different teams. At competition, when over a hundred teams are competing, it is hard to decide which team shall get the crown. Why not let the computer do this for you?
A crapload of other features
I do not expect to get most of these features down for quite some time. I will start small and "grow" my program
