View Single Post
Old 11-23-2009, 06:59 PM  
rowan
Too lazy to set a custom title
 
Join Date: Mar 2002
Location: Australia
Posts: 17,393
Replace the file_put_contents(...) line with this

$fp = fopen('URLS.txt', 'r+');
fwrite($fp, implode("\r\n",$urls))
fclose($fp);
rowan is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote