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 Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.