I'm outputting to a text file... I need a newline at the end of my line..
I've tried..
fputs ("blah\n"
;
fputs ($variable."\n"
;
fputs ($variable.'\n');
and then all those with fwrite... no success... any advice?
I jess need a new line man! Never seen this problem... my lines I'm grabbing from a text file with the newline included are doing dandy when I rewrite them to the newfile.
IIS server, PHP 4.02.whatever, NT Box.
-Rob
I've tried..
fputs ("blah\n"
fputs ($variable."\n"
fputs ($variable.'\n');
and then all those with fwrite... no success... any advice?
I jess need a new line man! Never seen this problem... my lines I'm grabbing from a text file with the newline included are doing dandy when I rewrite them to the newfile.
IIS server, PHP 4.02.whatever, NT Box.
-Rob