Hi,
How do I get the euro symbol € to display in Flash from PHP ?. It does not display it properly. The PHP code I have is:
<?php
$msgtoflash = “This is the Euro Symbol €”;
print ("&Databaseinfo=$msgtoflash");
?>
If I use the $ or £ symbols it works perfectly.
Thanks,
Paul