I am creating a rss feed file for my application in which I want to remove HTML tags, which is done by strip_tags
But strip_tags
is not removing html special code chars
& © etc
Please tell me any function using which I can remove these special code chars from my string,
Thanks