ankete katılanlar ise nasıl özel charactors filtrelerim?

0 Cevap

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">&nbsp; James</a>
</p>

söndürmek  James, ve nasıl  kurtulurum

0 Cevap