# \[f8 As2\] Amfphp

**URL:** https://forum.kirupa.com/t/f8-as2-amfphp/268511
**Category:** flash
**Created:** [August 14, 2008, 7:19pm UTC](https://forum.kirupa.com/t/f8-as2-amfphp/268511 "2008-08-14T19:19:44Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![rob5280](https://avatars.discourse-cdn.com/v4/letter/r/db5fbb/32.png) [@rob5280](https://forum.kirupa.com/u/rob5280)
#### Post date: [August 14, 2008, 7:19pm UTC](https://forum.kirupa.com/t/f8-as2-amfphp/268511/1 "2008-08-14T19:19:44Z")

</div>

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](https://secure.domain.com/script.php)”, payIn, “POST”);  
if (payIn.response == 1){  
response\_txt.text = payIn.responsetext;  
}
