related pages link

Discussion in 'PHP' started by bhavatmaj, Aug 30, 2010.

  1. #1
    I need a script which will put links of related pages(internal links) at the end of the page.
    e.g.
    on page apple.html
    I need links of other related pages like:- apple_pudding.html, apple_recipes.html

    !!!!!Please help!!!!
     
    bhavatmaj, Aug 30, 2010 IP
  2. Rainulf

    Rainulf Active Member

    Messages:
    373
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    85
    #2
    Use preg_match( ) and grab all relative paths as those are internal links. If you have absolute path in those links, try to grab it if it's equal to your website's URL as well
     
    Rainulf, Aug 30, 2010 IP