[PHP] Link Inquiry

2002-02-07 Thread Lerp
Hi there, been thinking about how to retrieve all links on a webpage. How would I go about grabbing all links from a particular page? Thx Joe :) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Link Inquiry

2002-02-07 Thread Chris Hewitt
Joe, Parse the page source for 'A HREF=' (and 'INPUT TYPE=button' in case that contains a url)? Or am I missing something? Regards Chris Lerp wrote: Hi there, been thinking about how to retrieve all links on a webpage. How would I go about grabbing all links from a particular page? Thx Joe