// [q] and [/q] for quote text. $text = str_replace("[q]", '<blockquote>” ', $text); $text = str_replace("[/q]", ' ”</blockquote>', $text);