Hi all.
I created an online highscore system with php+mysql database + http object's post function.
I can send data's to my database. Then I want to get that highscore from hosting to my game. Beceause that way I believe I can show higscore list to players much better looking style.
I did it with downloading page as ini file. And showed on my game.
I think I should delete my ini file after get data's from there.
I don't know if its safe way or if there is better ways to do this. They say flatfiles can be used for this, but I have no clue about what the flatfile is.
Do you know any better way? Or is there any problem with my way that I should handle before releasing ?
Thank you...