whiteboy
10-21-2004, 12:06 PM
Can I send a Actionscript Array object to my AMFPHP Gateway? Before I go getting a flat spot from banging my head thought someone might be able to shed some light on this for me.
Something like this:
myArray:Array = new Array();
//Populate the Array with some stuff
//and send it to the gateway
service.myService(myResponder, myArray);
When it gets to the PHP method this is what i have
function myService($myArray){
// blah blah blah }
Can I do this?? :eek:
Something like this:
myArray:Array = new Array();
//Populate the Array with some stuff
//and send it to the gateway
service.myService(myResponder, myArray);
When it gets to the PHP method this is what i have
function myService($myArray){
// blah blah blah }
Can I do this?? :eek: