| 
	
 | 
 Posted by Sonnich on 06/14/06 07:10 
Dave Kelly wrote: 
> Sonnich wrote: 
> > 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. 
> 
> You sure its not this? fwrite($fil, $filename. "\n") 
>                                                   ^ 
 
I dont undetstand.... the ^ points to L or " ? 
 
anyway, the fwrite($fil, $filename. "\r\n"); works (NC) 
 
Thanks
 
  
Navigation:
[Reply to this message] 
 |