I am having some trouble with strings which I get from my database. These strings include various html tags in them as well. For example:
"<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard</p>"
This is what I get from the database. How do I get rid of the <p> tags in it? I have already tried strip_tags and other functions to no avail.
These tags do not show up in the tinymce textareas and the tags work there respective functionalities.
strip_tagsworks for removing tags :S Please show us the code that doesn't work and tell us what it's supposed to do.