# Newbie php question

**URL:** https://forum.kirupa.com/t/newbie-php-question/92625
**Category:** Uncategorized
**Created:** [October 19, 2003, 9:04pm UTC](https://forum.kirupa.com/t/newbie-php-question/92625 "2003-10-19T21:04:54Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Nasier](https://avatars.discourse-cdn.com/v4/letter/n/839c29/32.png) [@Nasier](https://forum.kirupa.com/u/Nasier)
#### Post date: [October 19, 2003, 9:04pm UTC](https://forum.kirupa.com/t/newbie-php-question/92625/1 "2003-10-19T21:04:54Z")

</div>

in frame 1 I’ve a dynamictextfield named “example”.

Also in frame 1 there’s this actionscript:  
loadVariables (“myPHP.php”, this, “POST”);  
stop();

There are no more frames in this .fla.

In myPHP.php there’s the following script:

\<?  
$example = ‘12’;

print “&result=Okay&example=$example&”;

?\>

When I publish this the dynamictextfield doesnt  
say 12. What am I doing wrong?

Thanx in advanced.
