Sending FLash vars to PHP

First of all: HAPPY 2004! :slight_smile:

Now for my question,
I have made a shop in Flash. This shop collects a couple of variables when the user selects items from the shop.
I want to send these variables to Flash and managed to, but now someone told me the way I did it:

loadVariablesNum(“file.php”, 0, “POST”);

Isn’t the best way to do it.
He was talking about using a send object or something.
Can anyone tell me what he was trying to tell me and how to do this?

Thanks