ungovernable
Active member
I created a Bbm BB Code with my own PHP parser. The problem is that the BBCode is triggered even when the closing tag is not found, like in this example:
Is this possible to parse the BBCode only when the closing tag is found, like this?
Code:
[mybbcode]some text
Code:
[mybbcode]some text[/mybbcode]