Jump to content

Flash Send To PHP / Functions


johnsmith153

Recommended Posts

I want to perform an action in Flash, so it sends values to PHP

 

 

SendTheData = function(type,val,other){
SendData = new LoadVars();
SendData.type = val;
SendData.varName = other;
myData.send("http://www.url.com/page.php", SendData, "POST");
}

 

Is this the correct way? I may have got it all wrong to start to be honest.

 

If I then call SendTheData(name,jim,20)

I want "SendData.type = val" to pick up the 'type' value sent to the function and send so I can receive in PHP using $_POST['name'] - I think how I have done it it would receive $_POST['type']

 

SendData.varName = other;//but I want this to receive $_POST['varName'] = which I think is correct

 

Any ideas?

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.