Tagged Questions

1
vote
1answer
153 views

how can i store rich text formatting in XML that pulls out to my page formatted

I am storing user inputs through a form with wiki style formatting (text for bold, _text for underline, etc) in my database. I was planning to use the db functions & some page code to store all of …