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