<?php $veri = "<b>text</b> <span>span ici veri</span>"; $pat = "#(<span>|</span>)#i"; $yaz = preg_replace($pat,"",$veri); echo $yaz; ?>