Question
How do I get Special character Euro symbol € to display ?
Hi,
How do I get the euro symbol € to display in Flash from PHP file created in DW ?. It does not display it properly. I have simplified the PHP code I have is:
<?php
$msgtoflash = "This is the Euro Symbol €";
print ("&Databaseinfo=$msgtoflash");
?>
The € is a special character code for HTML.
If I use the $ or £ symbols it works perfectly but not € ?
Thanks,
Paul
How do I get the euro symbol € to display in Flash from PHP file created in DW ?. It does not display it properly. I have simplified the PHP code I have is:
<?php
$msgtoflash = "This is the Euro Symbol €";
print ("&Databaseinfo=$msgtoflash");
?>
The € is a special character code for HTML.
If I use the $ or £ symbols it works perfectly but not € ?
Thanks,
Paul
