# Php to flash... 2 MC's

**URL:** https://forum.kirupa.com/t/php-to-flash-2-mcs/222268
**Category:** Uncategorized
**Created:** [April 12, 2007, 2:59am UTC](https://forum.kirupa.com/t/php-to-flash-2-mcs/222268 "2007-04-12T02:59:37Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![omnislant](https://avatars.discourse-cdn.com/v4/letter/o/a88e57/32.png) [@omnislant](https://forum.kirupa.com/u/omnislant)
#### Post date: [April 12, 2007, 2:59am UTC](https://forum.kirupa.com/t/php-to-flash-2-mcs/222268/1 "2007-04-12T02:59:37Z")

</div>

hey. i have a login set-up that’s inside a movieclip that’s inside another movieclip, like so:

Main Timeline {  
MC1 {  
MC2 {  
login (button sends variables to php script)  
Status (dynamic text field, based off php script)  
}  
}  
}

if the php script says \<? print: “MC1.Status=whatever” ?\> and Status is in MC1, it’ll work.  
if the php script says \<? print: “MC1.MC2.Status=whatever” ?\> and Status is in MC2, it will not.

all i want to do is to print to Status through MC1 and MC2, can you only pass through one MC??
