Citat:
Ursprungligen postat av crazzy
lite kod att spinna vidare på:
Kod:
<?php
$list = file_get_contents("listan.txt");
$urls = explode("\n",$list);
foreach($urls as $url) {
$file = file_get_contents($url);
/* Insert other blablabla-code here */
}
?>
|
Tackar det kan vara något till att börja med.
Testade det och fick felmedelande.
Warning: file_get_contents() [function.file-get-contents]: Filename cannot be empty in C:\wamp\www\script\test.php on line 5