Ver Mensaje Individual
  #8 (permalink)  
Antiguo 12/10/2005, 04:15
Avatar de Intrepido
Intrepido
 
Fecha de Ingreso: diciembre-2002
Ubicación: Barcelona
Mensajes: 118
Antigüedad: 22 años, 1 mes
Puntos: 0
Código PHP:
$temp $dom->get_elements_by_tagname("a");
foreach(
$a as $nexta) {
   echo 
$nexta->get_content();

http://es.php.net/manual/en/function...alue.php#36232