Thread
:
quick php code help...
View Single Post
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
View Public Profile
Visit rowan's homepage!
Find More Posts by rowan