can i remove html tags using php

Discussion in 'PHP' started by dizyn, Apr 23, 2008.

  1. #1
    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
     
    dizyn, Apr 23, 2008 IP
  2. joebert

    joebert Well-Known Member

    Messages:
    2,150
    Likes Received:
    88
    Best Answers:
    0
    Trophy Points:
    145
    #2
    joebert, Apr 23, 2008 IP