2014-01-16, 05:01 PM
Hi there,
I'm re-doing my whole website, and the homepage starts off with the news and announcement board on my forum. It will display the latest thread ect.
I got all that sorted, working well. However, it prints out the raw data. I want it to convert the BB code to HTML. So my question is, is there a function built in for this to happen or am I going to have to use preg_replace for every bb code ?
Thanks!
NVM, I just used preg_replace and that's done a fine job.
I'm re-doing my whole website, and the homepage starts off with the news and announcement board on my forum. It will display the latest thread ect.
I got all that sorted, working well. However, it prints out the raw data. I want it to convert the BB code to HTML. So my question is, is there a function built in for this to happen or am I going to have to use preg_replace for every bb code ?
Thanks!
NVM, I just used preg_replace and that's done a fine job.