Un-hyperlinking Strings

Discussion in 'PHP' started by Kennedy, Feb 1, 2008.

  1. #1
    How would I take a string full of hyperlinked words and just turn it into regular words. Example:

    From this
    to this
    But I want to be able to do that with any string given. Not just that example. Any ideas?
     
    Kennedy, Feb 1, 2008 IP
  2. Kennedy

    Kennedy Peon

    Messages:
    994
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Nevermind. Got it.

    strip_tags()

    if anyone comes from google asking the same question.
     
    Kennedy, Feb 1, 2008 IP