I want to make a website with flash games which I make with highscores, and I am using this code to post the scores to a php file:
submit.onPress = function () {
getURL ("highscore.php", "_blank", "POST"); }
Basically there is a submit button and when you click it it opens a new tab which is actually a php file where it says like Your score is 12 . My problem is how to protect this from people cheating and maybe sending false highscores? If anyone has any idea please tell me...