| Author |
how to convert table content from html source code into a database
|
sinsri jalekha
Greenhorn
Joined: Dec 31, 2009
Posts: 4
|
|
|
i have the html source code.i want to retrieve only the content of the table i.e( inside the table tags) and put it into a database.
|
 |
Maneesh Godbole
Saloon Keeper
Joined: Jul 26, 2007
Posts: 8439
|
|
|
Do you have a question?
|
[Donate a pint, save a life!] [How to ask questions] [Onff-turn it on!]
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19216
|
|
|
You'll have to parse the HTML source code, possibly even turn it into a DOM structure.
|
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
|
 |
 |
|
|
subject: how to convert table content from html source code into a database
|
|
|