Ver Mensaje Individual
  #2 (permalink)  
Antiguo 02/11/2012, 09:28
rolygc
 
Fecha de Ingreso: abril-2009
Ubicación: en un lugar de la mancha
Mensajes: 236
Antigüedad: 15 años
Puntos: 38
Respuesta: Problema con PHP DOM

Código PHP:

$html 
file_get_html('document.html');

foreach(
$html->find('a') as $enlace
{
       echo 
$enlace->href '<br>';

espero te ayude buena suerte