Hello I've a working ajaxRequest script - well, it work most of the time - however, sometimes it fails and creates the following entry in a php.log file:
15-Dec-2009 11:21:59] PHP Warning: json_encode() [<a href='function.json-encode'>function.json-encode</a>]: Invalid UTF-8 sequence in argument in /home/file.php on line 73 Did anybody else run into an issue like this - how did you solve the issue and what's causing it? the code that returns the json in php is like this: print json_encode ($array); Thank you in advance for your input
