how to seach for a string in a string in php code example Example: php find string in string $pos = strpos("find the position of X in here", "X");