Hi RAD-X
I tested in firefox the graph is perfect.
But Explorer will not go.
Maybe you can help?
http://www.huweather.com/wxwugraphs.php
Please be more specific.
The problem is the charset?
If so, maybe you used a bad php editor.
My scripts are written in UTF-8. Try better text editor like eg:
http://www.pspad.com/To fix corruped (maybe) files you can try in PSPad:
- open php file in pspad
- ctr+a
- menu -> format -> click on UTF-8 (even though is checked) or you can try click to ISO 8859-2 especially for wxwugraphs.php and maybe others
- ctrl+s
- copy modified file to yourwebsite and test.
If not work, try another method of conversion of character sets.
Also your language file is corrupted -
causing header error on my pages.
Above-mentioned procedure solve header errors. Also I found bug in WUG language switch (working on it).