Hi,
I'm getting the warning message as,
Warning: dumpmem(): xmlEncodeEntitiesReentrant : input not UTF-8.
I had tested the code in the development server it works fine but in live server it showed me the error.
Is there's any solution to avoid this error.
I had used the, the following code for building the TAG.
<?
$resulttag->new_child("teachnote",
htmlspecialchars($this->mrs->fields['vchTResTeachNote']));
$resulttag->new_child("qdesc",
htmlspecialchars($this->mrs->fields['vchQAQuesDesc']));
$resulttag->new_child("qtype",
htmlspecialchars($this->mrs->fields['vchQAQuesType']));
?>
Waiting for reply.