> I'd like to download the text from each page and
> store it in a mysql table. How would I go about
> doing that?
1) download the html with httrack
2) filter out the html leaving text
3) store the text in the db
This forum can help with #1
Your db documentation helps with #3
use search engines to find html to text converters for #2 |