i posted some data using tinymce (in a symfony project).while retrieving back how can i remove html tags? strip_tags not working..
Try this:
echo strip_tags($this->getContent(ESC_RAW))