I am sending a couple of variables to a php script that takes these variables and then launches a page to a secure server with authorize.net for online payments.
The variables are getting loaded successfully from my Flash form, but the php file does not launch the secure form on receipt of the variables. I have tried loading the variables via an html form and it works fine.
My question is, when passing variables to a php script via flash, and when that script then needs to post these variables to a gateway site, is there something additional that needs to e done for the page to open up in te browser?
And how do I check that the php script is indeed receiving the correct data?