Código PHP:
$contenido='
<td class="row2"
align="center" valign="middle" height="50" nowrap="nowrap"><span
class="genmed subdatos">Sab Ene 20, 2007 10:07 pm<br />Ardilla Roja_blog <a
href="viewtopic.php?p=235369&sid=ad53bb1802154d60f74d42e240698e47#235369"><img
src="templates/smartBlue/images/icon_latest_reply.gif" border="0"
alt="Ver último mensaje" title="Ver último mensaje"
/></a></span> </td>
------------------------------------------
<td class="row2"
align="center" valign="middle" height="50" nowrap="nowrap"><span
class="genmed subdatos">Sab Ene 20, 2007 10:07 pm<br />Ardilla Roja_blog22 <a
href="viewtopic.php?p=235369&sid=ad53bb1802154d60f74d42e240698e47#235369"><img
src="templates/smartBlue/images/icon_latest_reply.gif" border="0"
alt="Ver último mensaje" title="Ver último mensaje"
/></a></span> </td>
';
preg_match_all('/(?:<br \/>)(?:<a href="profile\.php.*>)?(.+)(?:<\/a>)?(?:\ <a href="viewtopic\.php.*"><img src="templates\/smartBlue\/images\/icon_latest_reply\.gif")/', $contenido, $matches);
foreach($matches as $res){
echo $res;
}
solo imprime:
Código:
me gustaria que lo probaran y me reestructuraran el script. ArrayArray