dragonusthei Posted June 8, 2006 Share Posted June 8, 2006 Hello,How do you crawl/visit some ones website with php. Like they would with a script that checked for a link back to there site. Link to comment https://forums.phpfreaks.com/topic/11520-crawling-a-webpage-with-php/ Share on other sites More sharing options...
.josh Posted June 8, 2006 Share Posted June 8, 2006 all you can really do as far as that with php is to grab the target file and do a search for your site address using regex. if you want to make a real crawler you need to program one in like c++ or something Link to comment https://forums.phpfreaks.com/topic/11520-crawling-a-webpage-with-php/#findComment-43368 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.