I need to extract some information from an html webpage that contains the following table:
//Http://www.example.com/12.html //<html ... > <table> <tr> <td>HIIIIIIIIIII</td> // this is what I need from this page </tr> <tr><td>bla bla bla</td></tr> </table>
any ideas?
Thanks u
Rawhi
source share