Re: A problem writting to a file

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Well, I tried and all of you were right... but I tried it a days ago and it
didn't worked!! :( That's fustrating... I don't understant why works now...

Well... Thank you all :D


2006/9/20, Mikael Krogius (Winwap Technologies) <krogius@xxxxxxxxxx>:

> I don't know if its a windows php version problem, but when I
> try to insert
> the newline caracter: '\' like this:
>
> fputs($this->fileID,'\n');
>
> it writes "\n" instead of creating a new line...

Try doing this:

$RowToWrite = $WriteThis."\r\n";

- Mikael

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Database Programming]     [PHP Install]     [Kernel Newbies]     [Yosemite Forum]     [PHP Books]

  Powered by Linux