I have written code for removing HTML tags, but it is also removing a type of strings. I want it to not to remove strings like 2<3 or
a type of strings. I want it to not to remove strings like 2<3 or
2<3
Use strip_tags
//If you want to allow some tags $term = strip_tags($term,"");