You would do something like

PHP Code: 
$html get_html('http://site.com/topic.asp?id=2'); //Not sure about the function.

foreach($html->find('table tr') as $tableRow)
{
    
//You can now use this like the DOM
    
$topicLink $tableRow->find('td font.new-row a')->val();

This is not regex but Dom traversing, such as jQuery inside PHP.
litewarez Reviewed by litewarez on . Extracting data from a string I've extract this from a webpage and stored in a string. ---------------------------------------------------------------------------- ---------------------- <tr height="25"> <td nowrap class="odd" align="center"><img src="/forums/images/icon_topic_new.gif" width=14 height=14 alt='New Topic' border=0></td> <td nowrap class="odd" align="center">&nbsp;</td> Rating: 5