But why does my htmlentities do nothing??
E.g. Input returns same output :S.
Code: Select all
$string = "<b>B</b>";
$SD = $obj->CHECK($string);
echo $SD;Code: Select all
$okdata= htmlentities(trim($data));
return $okdata;
Edit2: When I change input to end in </html>. the code doesn't output :S.