How to pass immutable data through two webpages that can't be user-generated

Posted by Malfist on Stack Overflow See other posts from Stack Overflow or by Malfist
Published on 2010-06-01T14:54:27Z Indexed on 2010/06/01 15:23 UTC
Read the original article Hit count: 132

Filed under:
|
|

I have a flash application (a game) and it needs to pass data to a php page to save the user, and the user's score. However I don't want the user to be able to alter the score him/herself or to initial a scoring without using the application.

What is the best way to do this?

© Stack Overflow or respective owner

Related posts about php

Related posts about flash