balrom

Members
  • Content count

    7
  • Joined

  • Last visited

About balrom

  • Rank
    Forum Newbie
  1. 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.
  2. 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.
  3. Accented Character

    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
  4. Accented Character

    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
  5. Accented Character

    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.