![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
12/10/2005, 04:15
|
![Avatar de Intrepido](http://static.forosdelweb.com/customavatars/avatar28976_1.gif) | | | 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 |