Locating terms in text

Discussion in 'PHP' started by mnymkr, May 8, 2008.

  1. #1
    I have a list of terms like definitions that I pull from my databse


    I would like to know how I can search the rest of my site against these terms and have a marker next to any matches that links back to the term page
     
    mnymkr, May 8, 2008 IP
  2. Kaizoku

    Kaizoku Well-Known Member

    Messages:
    1,261
    Likes Received:
    20
    Best Answers:
    1
    Trophy Points:
    105
    #2
    You can try regex or strpos
     
    Kaizoku, May 8, 2008 IP