string stristr ( string $haystack , mixed $needle [, bool $before_needle = false ] )
Returns all of haystack from the first occurrence of needle to the end.
Returns the matched substring. If needle is not found, returns FALSE.