When using BBcode in things like private messages, or comments
is it better to store the BB code in mysql, and then when the private note is read, replace all the BBcode with html?
or is it better to convert all the bbcode to html and then store that in the database?
Thanks