Sending Session Data to PHP using AS3?

Hello I’ve been searching around and I’m finding it difficult to find a basic tutorial on sending session data from flash to the current PHP page.

Basically a random variable is created in AS3, I need for that random variable to be accessible on the same PHP page as what the flash is playing on.

How would I go around doing this?

Can someone give me a really basic example?

Thanks!