PHP Function To Remove HTML Tags From String

Monday, October 17th, 2011

You may need to remove (strip) HTML from your data to get plain text, For the purpose PHP has a built-in function strip_tags(), Basic syntax is as below