strpos('STRING', 'SEARCH_ITEM'); --------------OR-------------------- preg_match('~' . preg_quote('.SEARCH_ITEM.', '~') . '~', 'STRING');