Hello,
i've problems to get the values of PHP variables into flash.
Is use a php script like this :
<?
$test = 123;
print "$varname=$test";
?>
just as i have seen it in sample tutorials.
But Flash just reads the name and not the value of the variable...
means i have a textfield filled with:
$test";
Just compiling that script shows the right string on my computer like:
&varname=123
Any Idea what is going wrong ?
I use an Apache Server on a Win2k machine dealing with php 4.2.1
Global Vars are enabled. Normal form handling via php works as well...
Thank you for your help.
Phil