How can i store the data in database from below html code. Split the value according to <tr> and <td> and dump the values into the database.can anybody help me to solve it
<TABLE border=1 width="100%" cellspacing=0>
<tr>
<td bgcolor="#cccccc" colspan=8><BR> <font size="4">Logs from 2006-09-26 to 2006-09-30</font><BR> </td></tr>
<TR bgcolor="#ffffff">
<TD>2006/09/26 00:00:05</TD>
<TD>STUDY</TD>
<TD>viewreport</TD>
<TD>ES911 accessed the report of WILSON, BAYARD W III. [CT] <font size=-1>(1.2.840.113696.314336.500.268439.20060925230832 )</font> [Sep 25 2006]</td>
</TR>
<TR bgcolor="#ffffff">
<TD>2006/09/26 00:00:18</TD>
<TD>STUDY</TD>
<TD>editreport</TD>
<TD>ES911 edited the report of WILSON, BAYARD W III. [CT] <font size=-1>(1.2.840.113696.314336.500.268439.20060925230832 )</font> [Sep 25 2006]</td>
</TR>
</TABLE>