BB Code
Posted: Fri Apr 22, 2011 6:51 pm
I am making my own forum and it's pretty much done so far. I am however stuck when it comes to BB code.
How would I convert this (without dot):
[.url]http://example.org[/url]
into this:
<a href="http://example.org" target="_blank">http://example.org</a>
without any security holes?
How would I convert this (without dot):
[.url]http://example.org[/url]
into this:
<a href="http://example.org" target="_blank">http://example.org</a>
without any security holes?