Posted by Dave Kelly on 06/13/06 20:00
Sonnich wrote:
> 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
>
You sure its not this? fwrite($fil, $filename. "\n")
^
[Back to original message]
|