Hi, i don't know what's happened, but the is no more present.
The php page is very complex, i've moved some blocks of code, this may be a reason...
Regards.
Hi,
i'm using fusionchart with php and js.
when i render my chart through the js method i got the following exeption from firefox:
the problem only happens on firefox, in IE all works fine.
have you Any idea?
regards
P.S.:
For administrators: i've posted this message in the fusioncharts free forum, this error happens on the v3 version.
Thanks Pallav, now with the header function all works fine!
After adding the header, i simply can output special characters without any type of encoding, for example:
echo "Amount, 14.358,00
Thanks for your reply Pallav, but i don't understand this...
what do you mean when you tell "you specify the output stream as UTF8 XML" ? How can i do that with php?
Can you give me a little pratical php example?
Regards
Bartolomeo D'Alia
Hi,
i'm a newbie in use of fusion charts.
what do you mean with proper BOM?
have i to add the following lines at the begin of my php script?
echo chr(hexdec("ef"));
echo chr(hexdec("bb"));
echo chr(hexdec("bf"));
thanks in advance.
Regards.