I am trying to send variables from flash to PHP and then write these in a .txt file. I have managed to get the PHP writing to a .txt file with data coded in the PHP but can not get the flash values to be printed.
It is obviously passing the values out of flash that I am struggling with Can anyone help???
the line of code I am using in flash is
loadVariablesNum(“write.php”,0, “POST”);