# Send data from flash -\> php

**URL:** https://forum.kirupa.com/t/send-data-from-flash-php/137579
**Category:** Uncategorized
**Created:** [February 15, 2005, 10:12pm UTC](https://forum.kirupa.com/t/send-data-from-flash-php/137579 "2005-02-15T22:12:20Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Santiago\_99](https://avatars.discourse-cdn.com/v4/letter/s/ecccb3/32.png) [@Santiago\_99](https://forum.kirupa.com/u/Santiago_99)
#### Post date: [February 15, 2005, 10:12pm UTC](https://forum.kirupa.com/t/send-data-from-flash-php/137579/1 "2005-02-15T22:12:20Z")

</div>

first of all Hiiiiiiiiiiiiii people!

strange, very strange.  
I can send variables from php to flash, but when I try to send variables from flash to php it doesnt work.

I have a dynamic text with Var="\_level0.poemId" and I want to display it in the php file.

the text I use in flash is:  
getURL (“php/read\_poem.php”, “\_blank”, “POST”);

and in read\_poem.php I use $\_POST[’\_level0.poemId’] to get the value of variable but it doesnt display anything.

any suggestions about what I can do?

/thanx for answering, SanTiago\_99
