Hello Programmers
I have currently have a sqlite database that contains player information (gamers) I would like someone to make the following html / php stats page by using the included database.
Look at this example, I would like it to show the following stats http://hlstats.bob.fi/index.php?mode=players& game=cstrike
My database includes the following information, playername, level, class, score, kills, deaths . I would like for the query / stats page to also include a rank based on …
