$findme = 'images/smilies'; $pos = strpos($post[usertitle], $findme); if ($pos == TRUE) { preg_replace('img src="', 'img src="$vboptions[bburl]/', "$post[usertitle]"); }