asmith Posted August 9, 2008 Share Posted August 9, 2008 Hey guys I am getting some messages from my forum database manually and printing them on a non-forum page.( which BBCODE is not set. ) At first I was doing some php codes for the changes like : $content = str_replace("[b]","<b>",$content); $content = str_replace("[/b]","</b>",$content); But as people began to use more and more BB Codes, It is running out of my hands... Wanted to know is there any plugin or something that I could filter my $content with that and echo it right in non-forum pages? Thanks Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.