I have a Step By step Search options in flash, there is four steps (different categories). All information about each category is presented via PHP file, which is giving me the XML from the DB.

I'm using loadVariables function to transfer data from flash to PHP.

PHP is getting a data and should be creating a XML file depending on that data.

The problem is how can i transfer data from flash to PHP and at the same time load XML from that file?