$string = 'dffdfdfdf <tag>elada</tag>dfsfsdfs sdfsdfs '; preg_match_all('/<tag>(.*?)<\/tag>/i' , $string , $array); print_r($array);