Thread
:
Att.: scriptfreaks - Removing empty lines from textfile w/php
View Single Post
05-10-2006, 09:17 AM
rowan
Too lazy to set a custom title
Join Date: Mar 2002
Location: Australia
Posts: 17,393
Try putting the \n at the end rather than at the start.
fwrite($FilePointer, "$newitem\n");
or
fputs($FilePointer, "$newitem\n");
rowan
View Public Profile
Visit rowan's homepage!
Find More Posts by rowan