I have searched the net (including PHPbuilder) extensively for some ready-to-run-code or even sample code for a spider or crawler, which can crawl a page and follow links. I found nothing useful.
I have also started coding a crawler myself, but got stuck on several issues. So now I'm here:
Does anybody know of sample PHP-code for the kernel in a spider system, which traverses a site and follows links? I just need to be able to follow local links as I'm only crawling my own site.
Martin