", ""), "", $url); @$dom->loadHTML($a); $xpath = new domxpath($dom); $nodes = $xpath->query('//a[substring(@id,1,2)="p-"]'); foreach ($nodes as $node) { $anchortext = $node->firstChild->data; $url = $node->getAttribute('href'); echo ''.$anchortext.'
'; } } ?>