The error message is as follows
htmlentities() [function.htmlentities]: Invalid multibyte sequence in argument
I imagine because this is effecting several sites it is something my hosting company has changed on the servers and not informed me. Can anyone shed any light on why this is happening and what the remedy may be. I don't fancy having to re-write code that has been working perfectly well for over 12 months!!
The code calling the function is as follows:
Code: Select all
$output['story'] = htmlentities($databasevariable[0], ENT_QUOTES, 'UTF-8');Cheers