howto extract data
Posted: Thu Jun 10, 2004 10:58 am
I have to extract the 7 ball_nn.gif (value of nn) from the following html, can any expert show me how to code?
I use eregi and can only get the first nn ? Thanks.
I use eregi and can only get the first nn ? Thanks.
<table width="365" border="0" cellspacing="0" cellpadding="2" align="center">
<tr>
<td width='43'><div align='center'><img src='/images/mark6/largeballs/ball_07.gif' width='34' height='34'></div></td><td width='43'><div align='center'><img src='/images/mark6/largeballs/ball_18.gif' width='34' height='34'></div></td><td width='43'><div align='center'><img src='/images/mark6/largeballs/ball_28.gif' width='34' height='34'></div></td><td width='43'><div align='center'><img src='/images/mark6/largeballs/ball_29.gif' width='34' height='34'></div></td><td width='43'><div align='center'><img src='/images/mark6/largeballs/ball_37.gif' width='34' height='34'></div></td><td width='43'><div align='center'><img src='/images/mark6/largeballs/ball_49.gif' width='34' height='34'></div></td><td width='25'><div align='center'><b><font size='5'>+</font></b></div></td><td width='43'><div align='center'><img src='/images/mark6/largeballs/ball_12.gif' width='34' height='34'></div></td>
</tr>
</table>