Saving to a file
i was wonder how (in an applet game) you could save the score that a user recieves to a file that can be read by an internet language (PHP).e.g. for a high scores list.thanks
[202 byte] By [
Jshrubba] at [2007-9-28 6:49:03]

I know that some sites use cookies to save data, but those of course can be deleted at any time by the user. I've also people use PHP to write the score into a database, and the next time the page comes up the PHP somehow gives the applet the data (like through a param tag)