Hi all!
I use a simple line as this
fwrite($fil, $filename. "\n");
and when I look at the file I get the filename and an odd character in
the end, but the lineshift does work - AFAIK it should work.... any
ideas why?
I write a number of filenames to a file... that is all.
Sonnich
I use a simple line as this
fwrite($fil, $filename. "\n");
and when I look at the file I get the filename and an odd character in
the end, but the lineshift does work - AFAIK it should work.... any
ideas why?
I write a number of filenames to a file... that is all.
Sonnich
Comment