Hey,
I have used htmlentities() to insert HTML in the database. This outputs the HTML as : <p> etc...
Now I need to strip these values so it doesn't show any HTML or any HTML code. I know tat using : html_entity_decode(); restores the HTML to displayable HTML. But i need to get rid of everything to do with HTML. I just need the text in the html to be returned.
Can someone help me please?
Thanks.