need to write flash game score in XML file -


i working on flash game shooting egg game. want export score(what ever may ) xml file using php developer can take there n post wall play games on facebook n asks "do u want post scores?". variable of dynamic text box score.

i have done in past , have sent score directly php script eg. php?name=trevor&score=103 (make sure encrypt though, people can't 'game' it). php script stores in small database table if score within top 10 scores.

when scores required display, php/sql requests top 10 scores , orders them score.


Comments

Popular posts from this blog

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -