With which function should I search a string to find out if a string of multiple characters is found in a string?
Thanks!
strstr(haystack,needle);
http://www.php.net/manual/en/function.strstr.php