Hi,
I have i nice idea how to make a simple scoreboard for ours games, but I do not know enough ajax/php/sql language to do it myself. So i want to please some one for help me.
It's my idea:
1. In game i make a textbox where player wrote his name. This textbox send player name to variable.
2. The second variable keeps score.
3. When the player click submit score btn then the ajax request url (example /blabla/addscore.php) (how to transfer the collected data?)
4. This addscore.php have instruction that add name and score to SQL database!
And thats all. In simple site i will show this scores.
It is possible? Please help me how this php instructions should look like.