# Passing variables between flash5 and php4

**URL:** https://forum.kirupa.com/t/passing-variables-between-flash5-and-php4/4508
**Category:** Uncategorized
**Created:** [August 12, 2002, 11:44am UTC](https://forum.kirupa.com/t/passing-variables-between-flash5-and-php4/4508 "2002-08-12T11:44:32Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![bob\_g](https://avatars.discourse-cdn.com/v4/letter/b/c89c15/32.png) [@bob\_g](https://forum.kirupa.com/u/bob_g)
#### Post date: [August 12, 2002, 11:44am UTC](https://forum.kirupa.com/t/passing-variables-between-flash5-and-php4/4508/1 "2002-08-12T11:44:32Z")

</div>

Hi everyone, can somebody please help me in achieving the following task. I have got a variable in my flash5 program, trying to pass it to my PHP script using the code below:-

loadVariablesNum(“check.php”,\_root,“POST”)

my textbox in flash has got a variable called check attached to it, but I am still unable to get it working. Also can someone please tell me the difference between loadVariablesNum and loadVariables. when to use either.

thanks for all your help…  
BOB.B

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [August 12, 2002, 9:18pm UTC](https://forum.kirupa.com/t/passing-variables-between-flash5-and-php4/4508/2 "2002-08-12T21:18:02Z")

</div>

You just mixed 'em ! 🙂  
LoadVNum is into a level, so parameter is level0, level1 or so (where you have \_root)  
loadVariable is into a arget timeline/ clip, so there you’d have a path like \_root, this, \_root.myVarHolder …

Helps?
