Processing to html/MySQL or alternative?
in
Programming Questions
•
3 years ago
Hey all,
I'm trying to build a leader board type system for a game I've built, but I can't seem to work it out, I tired the MySQL route and that lead to a over complicated and impractical solution. Any ideas? I would need to save it to a database I assume because I would have to query top 10 for example. I would need to export the score(int) and the player name (8 bit string)
Thanks so much for any help,
Harrison
1