|
Re: a simple thing that confusing me Posted: 5 Sep 2003
You'll have to make some changes to the code so that instead of using HTTP to connect to a site and retrieve it's HTML, it simply opens the local folder (or whatever you specify) and makes a list of HTML files this folder contains. Then iterate through that list 1 by 1 and fetch that HTML page's content, now this is where you can use existing code from this tutorial to parse that page and add it to your database.
Obviously any solution you have to develop, you'll have to use some creativity. The thing you want to do is absolutely simple and shouldn't take much time.
|