How do I check to see if flash sent the info?
Posted: Mon May 22, 2006 1:56 pm
Basically, I have a flash file that is sending the "score" variable to my php file. I know the flash file works and is correctly sending the info.
I can echo $score as well.
What I need to do is setup an "if" statement that will check to see if the info was sent at all so that my script will display something different.
I can echo $score as well.
What I need to do is setup an "if" statement that will check to see if the info was sent at all so that my script will display something different.