hi I am doing html pursing with php dom document I am getting some special charators in my result how do I filter the same??
foreach ($fdats as $fdat)
{
foreach($fdat->getElementsByTagName('a') as $mdat)
{
$comb[] = trim($mdat->nodeValue);
}
}
ve HTML böyle bir şeydir
<div class="content1" id="user" style="width: 47%; margin-right: 20px;">
<div class="ad first_row">
<p class="ad" style="width: 70%;">
<a href="/site/users"><img class="dynamic-icon"> James</a>
</p>
söndürmek  James
, ve nasıl Â
kurtulurum