Visa ett inlägg
Oläst 2010-02-10, 08:32 #8
it-shoppen it-shoppen är inte uppkopplad
Nykomling
 
Reg.datum: Dec 2008
Inlägg: 30
it-shoppen it-shoppen är inte uppkopplad
Nykomling
 
Reg.datum: Dec 2008
Inlägg: 30
Citat:
Ursprungligen postat av crazzy Visa inlägg
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
it-shoppen är inte uppkopplad   Svara med citatSvara med citat