$text = preg_replace('#\[youtube\](.*?)\[/youtube\]#si', '<object width="425" height="350"><embed src="\1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>', $text);