Code PHP:$text = preg_replace('|\[Quote:(.+?)\](.+?)\[\/Quote\]|i','<blockquote><div><strong>$1</strong></div>$2</blockquote>', $text);
Did I mess up something in the preg_replace? It's post to preg_replace this type of text:
[Quote:blake] blah blah blah [/Quote]
The last tag is also uppercase Q since it doesn't seem to be rendering right in the forums.







Bookmarks