a text field named: temp
in a frame the following action:
loadVariables ("test.php", "", "GET");
$xxxx = 1000;
echo "temp = $xxxx"; //to send the value of xxxx (from php) to temp (in Flash)
The problem is that I don't receive in flash file the value from php.
Why?
Calin