Page 1 of 1

I have a problem to get data from a website.... Please help

Posted: Sat Jun 15, 2002 5:33 pm
by rlebek
Hi everybody,

I am Ronny and I have a problem. I want to get some data from website. The data I want to show in an separate html-file.

Example:

very long example link

I have this url and then an html-table opens. The data in the table, I want to get and show on an other html-table. Can me tell somebody how I can get the data from the table in an separate html-table with my own design???

Thanks a lot.

Ronny

Posted: Sat Jun 22, 2002 1:59 am
by e+
It's a bit rude to harvest stuff of other peoples sites but ignoring that you could always try using regular expressions to match bit's of the code against what you know will be there. Try going for bits like <td> etc, of course if the format of the page changes your script dies.