evanluck Report post Posted April 29, 2009 There is an error in the documentation on the following page: http://www.fusioncharts.com/docs/Contents/PHP_JS_URL.html In the example function updateChart(), this line is listed: //URLEncode it - NECESSARY. strURL = unescape(strURL); It should actually be: //URLEncode it - NECESSARY. strURL = escape(strURL); Thanks! Share this post Link to post Share on other sites