# AS2: Get Form - Please help

**URL:** https://forum.kirupa.com/t/as2-get-form-please-help/289251
**Category:** flash
**Created:** [May 28, 2009, 1:44am UTC](https://forum.kirupa.com/t/as2-get-form-please-help/289251 "2009-05-28T01:44:57Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![adiosamigos](https://avatars.discourse-cdn.com/v4/letter/a/a183cd/32.png) [@adiosamigos](https://forum.kirupa.com/u/adiosamigos)
#### Post date: [May 28, 2009, 1:44am UTC](https://forum.kirupa.com/t/as2-get-form-please-help/289251/1 "2009-05-28T01:44:57Z")

</div>

Hi

I have a flash document with a flash form on it.  
I’m using it a bit like the search feature on sites so you put your info in and then it brings up the php page that echos information.

I have used this for the button:

container.loadVariables(“process.php”, “GET”);

but nothing happens. Do i need a different target like frame or something so it opens the new php page because i’m pretty sure “get” is for displaying the information inside the flash document, perhaps a dynamic text box but I need it to load a different page.

Any help is really appreciated 🙂
