Question 1:
I want to make it so I can have a quote inside a quote
EG:
I can't seem to figure this out.
Here is the quote part of my bbcode script:
$message=preg_replace("`\[QUOTE\](.*)\[/QUOTE\]`","<BR><B>QUOTE:</B><br><PRE>\\1</PRE><HR SIZE=\"1\">",$message);
Question 2:
I want to make it so the BBCODE inside CODE tags isn't processed I tried surrounding mt regular expresions with
"[([CODE])]" and "[([/CODE])]"
That worked except, it removed all the line breaks! 😕
So I want to do things like:
{B}Bold Text! Not!{/B}
(Replace {} with [])