- Dapatkan link
- X
- Aplikasi Lainnya
Postingan
List
loadHTML($html);
// grab all the on the page
$xpath = new DOMXPath($dom);
$hrefs = $xpath->evaluate("/html/body//a");
$no = 1;
for ($i = 0; $i < $hrefs->length; $i++) {
$href = $hrefs->item($i);
$url = $href->getAttribute('href');
echo $no.' - '. $url.'
'; $no++; } ?>?php $html>
'; $no++; } ?>?php $html>