In php.net staat dit over de betreffende functie:
This function has been DEPRECATED as of PHP 5.3.0 and REMOVED as of PHP 6.0.0. Relying on this feature is highly discouraged.
Dit gebruik ik dus liever niet, weet je een andere oplossing en zo ja ook hoe je het zou schrijven.
Als je nou nog even wat beter had gekeken in de manual, had je zien staan:
Do not use preg_match() if you only want to check if one string is contained in another string. Use strpos() or strstr() instead as they will be faster.