sluke101 Posted March 22, 2009 Share Posted March 22, 2009 Hiya, I'm trying to learn the basics of making flash/php and mysql communicate. I tried the tutorial found here: http://www.flashvillage.com/forums/showthread.php?t=3694 When I try and run this in Flash i the total_txt box was undefined. After changing the last line of the php to echo("&result=$rtnValue&received1=$fVar1&received2= $fVar2"); the total_txt box just shows $rtnValue instead of the actual value. Something similar has happening with a lot of other tutorials too. Any ideas how i can fix this, as once I have this sorted I can starting messing around with a mysql database etc. Cheers in advance Link to comment https://forums.phpfreaks.com/topic/150637-php-echo-to-flash-problem/ Share on other sites More sharing options...
WolfRage Posted March 23, 2009 Share Posted March 23, 2009 <?php echo '&result='.$rtnValue.'&received1='.$fVar1.'&received2='.$fVar2; ?> Link to comment https://forums.phpfreaks.com/topic/150637-php-echo-to-flash-problem/#findComment-791413 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.