> $FTP_FILE="d:\programme\serv-u\ServUDaemon.ini";

This needs \\ where you have \ to escape the \ -- If you altered your path
to be, say:
d:\new\test\reset.ini
You'd have control characters in your filename...

> $fp = fopen("$FTP_FILE", "a");
>
$data="\n\n[USER=$username|1]\nPassword=$pw\nHomeDir=d:\\nLoginMesFile=c:\wi
> ndows\profiles\flo\my
>
documents\msg.txt\nDiskQuota=1|301443514202|24963514202\nAccess1=D:\-=Upload
> s=-|RWLCP\nAccess2=D:\Moviez|RLP\nAccess3=D:\Music|RLP";

In some places you have \\ where you need it, in others not.
c:\windows\profiles\flo\my... for example, is bad.

> fwrite($fp,$data);
> fclose($fp);
>
> That's my code and i want to make newlines in the text file..the file is
> text//plain but instead of a newline there are some awesome letters..

--
WARNING [EMAIL PROTECTED] address is an endangered species -- Use
[EMAIL PROTECTED]
Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to