Hi guys,
For the staticstic purpose I try to write code that will count word "articles" in array in outside file sheet.
$file = "articles";
$word = count($details[5]($file));
echo substr_count($word, ' ');
so far, I try somethig like u can see above, but it s not work. any idea why?!