3
OK, I changed the applet to include a "ShowDocument" call within the Java. This seems to work erractically. It takes a little while to work sometimes. Once it works the document I "show" is the update.php with the parameter: update.php?score=120 (or whatever). The update.php inserts a record into the database and redirects to highscores.php by using Header("Location: highscores.php");
The problem that I am having (other than the erratic java ShowDocument() method) is that when I call the update.php from the applet, it doesn't run. If I call it directly it runs perfectly. Can't figure it out. Anyone have similiar experiences?
Thanks.