Quote:
Originally Posted by rowan
Replace the file_put_contents(...) line with this
$fp = fopen('URLS.txt', 'r+');
fwrite($fp, implode("\r\n",$urls))
fclose($fp);
|
after few runs i get this
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 128 bytes) in /www/users/for/multiurl.php on line 6