Span Id add to Database

E

Erik Hardtle

I have been searching for a way to pull data off one website and add it to
my own website possibly using a database.

<span id="variablename">VariableData</span>

Can anyone point me in some direction... Thanks,

Erik
 
M

MD Websunlimited

Hi Erik,

The process is called tearing a page from the web and is normally done with ASP and MSXML. MSXML is used to parse the page so that
you can get to the DOM to dissect the page for the information you require. Once you have the information you can write it to a
database or other persistent store.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top