PHP Curl Recursive?

Discussion in 'PHP' started by tdd1984, Jun 7, 2008.

  1. #1
    Can Curl through PHP perform a recursive action on a site? For example www.mydomain.com then scroll through all the inner pages and etc of only that domain?
     
    tdd1984, Jun 7, 2008 IP
  2. EricBruggema

    EricBruggema Well-Known Member

    Messages:
    1,740
    Likes Received:
    28
    Best Answers:
    13
    Trophy Points:
    175
    #2
    Shure it can, but you need to extract all links from loaded pages and crawl further! :)
     
    EricBruggema, Jun 8, 2008 IP
  3. tdd1984

    tdd1984 Well-Known Member

    Messages:
    2,357
    Likes Received:
    42
    Best Answers:
    0
    Trophy Points:
    150
    #3
    are you saying grab all the outbound links for that site then crawl them out?
     
    tdd1984, Jun 8, 2008 IP