$site=file_get_contents("http://wmaraci.com");
preg_match('@(.*?)$aciklama=$aciklama[2];
$kelime="forum";
echo substr_count($aciklama,$kelime);
?>
bu şekilde çalışması lazım
$site=file_get_contents("http://wmaraci.com");
preg_match('@(.*?)$aciklama=$aciklama[2];
$kelime="forum";
echo substr_count($aciklama,$kelime);
?>