Loading Page

Discussion in 'PHP' started by peeg, Aug 23, 2006.

  1. #1
    I got a script that pulls urls from all the pages of a website using:

    implode('', file($link));

    To get all the links I've had to loop and array_slice for indivudal pages, etc.

    As you can imagine - the damn thing takes FOREVER. I am in desperate need of a loader bar or loading page script or something, any ideas?

    Thanks
     
    peeg, Aug 23, 2006 IP
  2. surefire

    surefire Guest

    Messages:
    40
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Snoopy class found at sourceforge.net. Swiss army knife of scraping sites using PHP.
     
    surefire, Aug 23, 2006 IP