Web siteme anında bazı kelimeleri değiştirmek istiyor.
$pattern = '/\bWord\b/i'; $content = preg_replace($pattern,'Replacement',$content);
That works so far. But now i want only change the the words which are inside div id="content"
Ben bunu nasıl yapacağız?