dkribbehotmailcom
Programmer
Im busy building a php/mysql website using flash as navigation. I'm trying to get some vars from php into flash. This works as long as i say for example: echo "&title=FlashNav"; The dynamic textfield named title in flash shows "FlashNav" so the connection between flash and php works correctly.
But If a want to dsiplay a field out of my mysql table, Flash shows a empty textfield. I'm using te following code:
$perrij=mysql_fetch_array($resultaat);
$title=$perrij["name"];
echo "&title=$title"
Can anyone tell me why this doesnt work, in the php file it's echo'ing the right content but flash doesnt show anything.
Please help me
But If a want to dsiplay a field out of my mysql table, Flash shows a empty textfield. I'm using te following code:
$perrij=mysql_fetch_array($resultaat);
$title=$perrij["name"];
echo "&title=$title"
Can anyone tell me why this doesnt work, in the php file it's echo'ing the right content but flash doesnt show anything.
Please help me