My friend and I are working on an Internet bot. We want to make a bot that given a website, would index into a table.
Example --
Given the website: www.daniweb.com
Add to table:
www.daniweb.com/c++
www.daniweb.com/c++/forum
www.daniweb.com/java
etc...
Any suggestion on how to do this?