PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Basically, I have a flash file on my arcade.php page that when the game is over, it submits the variable the same page, arcade.php, which has a conditional isset that should be waiting for the variable $_POST['score'] to be receieved.
When "gameover" is reached and the variable is sent from the flash file, the bottom of the window says "transferring info... etc" but the page never reloads for the content to change.
try submitting the form (via your swf) w/o any data to see if it's actually submitting anything. If it is, then you know the problem lies elseware. If not, then dig a bit deeper into your submit action to figure out why it's not.