I need to know how to have a flash movie call for a variable from a database. The flash movie would actually call to a PHP with some kind of function, I'm thinking: loadvarsvariable.SendAndLoad(php loc, downloadedvars, "GET"), and downloadvars would be another LoadVars variable which would be where the PHP-sent variable would go, but I'm not sure if that will work. The PHP file would then call on the database and store the values of a row or cell in a variable which it would then "echo" back to flash. Can someone tell me what actionscript I need to successfully call a PHP file from flash and then receive an echoed variable back from the PHP file?