I have a Flash game, and I want to save the winner's name in the database. To do so, I send the name and the points to a PHP file. I know to do this, and receive the information through the PHP GET variables.
scores.php?winner=name&points=5034
It will work fine as I see. but there is one problem that I thought of. What if someone just launch into the PHP file manually?