Getting Related topics for a page in a website

Discussion in 'Programming' started by harihari, Jul 11, 2008.

  1. #1
    I have a PHP Mysql server based website hosted at Godaddy.com.
    I want to display related thread/topics when user selects a particular thread.
    Can someone please tell me how do the "related threads" work? Are they based on some SQL feature which queries related field values, or some other design?
     
    harihari, Jul 11, 2008 IP
  2. JLEville

    JLEville Peon

    Messages:
    147
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Yea they are based on the SQL feature %like% .... PM me if you need more help.
     
    JLEville, Jul 11, 2008 IP
  3. harihari

    harihari Peon

    Messages:
    14
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    JLEville Thanks for your reply. I am still confused. Suppose I have a title for a thread called "How to program in C++ in 24 hours"

    There are some other titles in the database:
    "Learn programming in C++"
    "Wake up after 24 hours"
    "xyz"
    "123abc c++"


    How do I pick up which of the above is closest match, or how to know the keyword on which I have to use like statement
     
    harihari, Jul 11, 2008 IP