Поиск текста в строке PHP
#Text must be in double-quotes in brackets
echo strpos("Text to search within goes here", "search");
Rick Astley
#Text must be in double-quotes in brackets
echo strpos("Text to search within goes here", "search");