pozrel som do FAQu, ale bolo len tam take o nicom link.
ale teraz som nasiel nieco> link grabber (cez google)
Kód:<?php $fcontents = file( 'http://www.altavista.com' ); while ( list( , $line ) = each( $fcontents ) ) { while ( eregi( '(href[[:space:]]*=[[:space:]]*"?[[:alnum:]:@/._-]+"?)(.*)', $line, $regs ) ) { echo "Got '$regs[1]' \n"; $line = $regs[2]; } } ?>





Odpověď s citací