HEY!
I figured out a script to do it! hehe.
BUT now I am having another problem Please help hehe
How can I take to variables and pase them to two different dynamic fields in flash.
For example my code is(in php):
echo "NB="Members: " . $variable2;
echo "NB2="Members2: " . $variable3;
But in flash it shows this in the field NB:
Members: 135 NB2="Members: " .$variiable3;
How can I get it so that it doesn't do the above.
Any help is appreciated!