Help programming a match statistic database

cw42

Diamond Member
Jan 15, 2004
4,227
0
76
I've been trying to find an excuse to learn a new web programming language. I'm familiar with C++, HTML, and Javascript. I want to get into PHP, mySQL, Java, and XML... but i'm not sure what I should use for this project..

Project goals:
- Compile a database of match stats for my BF2 clan.
- Accessable by some kind of online form
- Calculate Kills, Deaths, Score, averages
- Make everything sortable by Player, Map

To have an idea of what I imagine, click around on this site, http://www.gotfrag.com/cs/stats/. It won't nearly as complex, but it's a similar idea.
 

Drakkon

Diamond Member
Aug 14, 2001
8,401
1
0
php + mysql
i bet dollars to donuts there is a script out there thats close to what you want to do even...