[PHP] Want to remove some special from text

2001-11-08 Thread Manisha
I want to remove all html related tags, such as html/htmlbody/bodytable... etc But want to keep the rest data as it is. Just want to remove those tags. Any idea how to do it ? manisha

Re: [PHP] Want to remove some special from text

2001-11-08 Thread Kurt Lieber
http://www.php.net/manual/en/function.strip-tags.php On Thursday 08 November 2001 08:01 pm, you wrote: I want to remove all html related tags, such as html/htmlbody/bodytable... etc But want to keep the rest data as it is. Just want to remove those tags. Any idea how to do it ? -- PHP