I am using TinyMce wysiwyg text editor. I could send the text as expected to the server. What unexpected is, webrowser is not rendering it very well.text that is saved in the server is like this:\[code\]"<p>this is my content</p>" \[/code\]OKAY!When I render it,\[code\]<p>this is my content</p> \[/code\]is seen in the browser.I am sure there is very minor thing behind it which I don't know right now. I save the content in MySql database and do simple ajax call to render the text.