monkeyinquisition Posted September 1, 2007 Share Posted September 1, 2007 Hi all, I'm looking for a simple php script to spider a url and get information on links from that page. Does anyone have any ideas of where to look for such a script? Thanks everyone. Andy Link to comment https://forums.phpfreaks.com/topic/67556-solved-does-anyone-know-how-to-spider-a-url-with-php/ Share on other sites More sharing options...
hackerkts Posted September 1, 2007 Share Posted September 1, 2007 Try to search for the old topics? Link to comment https://forums.phpfreaks.com/topic/67556-solved-does-anyone-know-how-to-spider-a-url-with-php/#findComment-339328 Share on other sites More sharing options...
hostfreak Posted September 1, 2007 Share Posted September 1, 2007 As hackerkts said, search for old topics. I am sure you will find some examples. As a side note, http://www.php.net/manual/en/ref.filesystem.php (file_get_contents, file, etc) will be your friend. Edit: A quick search of old topics returned: http://www.phpfreaks.com/forums/index.php/topic,101431.0.html , might be useful Link to comment https://forums.phpfreaks.com/topic/67556-solved-does-anyone-know-how-to-spider-a-url-with-php/#findComment-339330 Share on other sites More sharing options...
monkeyinquisition Posted September 1, 2007 Author Share Posted September 1, 2007 Thanks very much. Those links will be very useful. Link to comment https://forums.phpfreaks.com/topic/67556-solved-does-anyone-know-how-to-spider-a-url-with-php/#findComment-339340 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.