I am starting to dive into all the info on AMFPHP and have the helloworld working, but i don’t know that much php. Can anyone point me in the right direction for a tutorial (or sample php) to send a string of variable and receive a string of variables?
The equivalent of a sendAndLoad in flash like this…
payOut.sendAndLoad(“https://secure.domain.com/script.php”, payIn, “POST”);
if (payIn.response == 1){
response_txt.text = payIn.responsetext;
}