[QUOTE=Yann] you should add a Text box on your layout where the player will enter his name, and on click on the validation button, you will send an Ajax request that will look like :
[code]-> Ajax: Request "http://yourURL/post.php?name="&Textbox.text&"&score="&score (tag "sendScore")[/code][/QUOTE]
@Yann
Reading between the lines I got the idea that Textbox.text here can be anything in practice like an instance variable (Unit.Health) or maybe Sprite.UID
Am I right here? How should one mention a global variable there? Just using its name? Thanks!