(help!) flash php email bug

Hi all,

Im trying to send an email from a swf using PHP. The data is received from dynamic text boxes in the swf with variable names:

_global.Email
_global.FirstName
ToCharity
Company

the php code recognises the “$ToCharity” and “$Company” correctly, but for the other two it prints the following instead of the actual textbox content: “Email” and “FirstName”

Im not a rocket scientist but my gut feeling tells me it has something to do with the “_global” part. Is there something to work around this?