I have created a flash file with multiple radio buttons.
These are grouped in pairs, 16 pairs in all.
How can I send (post) the complete results to a remote text file?
I have successfully set up a email contact form with dropdown box subject line with Flash & PHP, but cannot find info on submitting this collected info to my web space as a simple text file.
I am looking at the following…
on (click) {
myObject.send();
where myObject is the list of selected vars of each group of radio buttons.
Am I on the right track here?
I would rather post this flatfile rather than using MySQL if possible.
Thanks
-SlimP