Hi I want to remove html tangs of a string using php. is there any function that can help me? like $str='<b>Hello</b> Mannan'; I want to make it $str = 'Hello Mannan'; thank ya all