I'm trying to send a value from flash to PHP and then write it to MySQL db. The AS code I've got is:

submittedData = new LoadVars();
submittedData.inputData = inputData.text; //suppose I've...