I am trying to create a simple BB code like script in PHP for my forum. The problem is, I am not sure how to stop a user posting something like this..
[b] Hahah
[b] Will make all of your text
[b] on this page bold
This would display (because I'm replacing words)
<strong> Hahah
<strong> Will make all of your text
<strong> on this page bold
What would be a good way to prevent this and end the tags at the bottom of the post?