uttam Posted May 3, 2006 Share Posted May 3, 2006 Dear Experts, I am using php4.1 .I have to remove all html entities from the string.I am not able to use html_entity_decode() function since it wors from verson 4.3 and ahead.So ypu guy's can tell me how can I do that?ThanksUttam Link to comment https://forums.phpfreaks.com/topic/8959-striping-html-entitties/ Share on other sites More sharing options...
cstegner Posted May 3, 2006 Share Posted May 3, 2006 strip_tags() will take out all the html tags from your string. Link to comment https://forums.phpfreaks.com/topic/8959-striping-html-entitties/#findComment-32952 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.