# Help me send vars from flash to php

**URL:** https://forum.kirupa.com/t/help-me-send-vars-from-flash-to-php/162195
**Category:** Uncategorized
**Created:** [September 10, 2005, 5:50pm UTC](https://forum.kirupa.com/t/help-me-send-vars-from-flash-to-php/162195 "2005-09-10T17:50:45Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![devil\_online](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/devil_online/32/1121_2.png) [@devil\_online](https://forum.kirupa.com/u/devil_online)
#### Post date: [September 10, 2005, 5:50pm UTC](https://forum.kirupa.com/t/help-me-send-vars-from-flash-to-php/162195/1 "2005-09-10T17:50:45Z")

</div>

I’m trying to send one variable from flash to php and the see it again in flash but still can’t get it work

here is my [FLA](http://sosgolos.web.simplesnet.pt/send1.fla)

and the php code is exactly like this:

```php
 
<?php

// Receiving the variables.
$nome1 = $_POST['estados'];

// Printing out the variables.
print "&nome2= $name1";

?>
  

```

Thanks for any help
