I am new to PHP, and I have messed around with several tutorials, but I cannot seem to make this work:
In my swf, there is a variable, rating. On a certain frame, I want to add the variable ‘rating’ to a text file on my server that will store every user’s rating variables added together. The problem is I cannot figure out how to send the rating variable from Flash to my PHP script that combines the old and new rating values and then writes it to the text file. Any help is greatly appreciated.