ricosushi
10-31-2005, 04:25 PM
Hi i have this problem.
i am using flash to display data in a dinamic txt box from a MYSQL database. But characters like ñ or á, é, í, ó , ú doesnt display in the text box in flash.
I am using PHP to print the data like this:
...
$salida = "<font color=\"#000000\">" .mysql_result($myquery,$i,3). "</font><br>";
echo "texto=$salida";
then i load it into flash catching the value of texto.
i tried using htmlentities() in php but it didnt work.
:(
i am using flash to display data in a dinamic txt box from a MYSQL database. But characters like ñ or á, é, í, ó , ú doesnt display in the text box in flash.
I am using PHP to print the data like this:
...
$salida = "<font color=\"#000000\">" .mysql_result($myquery,$i,3). "</font><br>";
echo "texto=$salida";
then i load it into flash catching the value of texto.
i tried using htmlentities() in php but it didnt work.
:(