03-20-2008, 11:02 PM
|
#2 (permalink)
|
|
The Acquainted
Join Date: Feb 2008
Posts: 119
Thanks: 17
|
well, I guess you should get the page contents, search for link probably using some regex, put those links to an array and recursively do the same...... (get a link, search for more links, etc...)
If you need to index pages, a posibility would be making 2 scripts: one for extracting links, and another for using those links to enter and index the page. They would probably need to use a database or a file to store/read those links.
|
|
|
|