"\n" is a newline character, "\r" is a carriage return.

$line = "This is a line with a newline character.\n";

You can find it in the manual here:
http://www.php.net/manual/en/language.types.string.php

mh.



On Fri, 21 Jun 2002, Alfredo wrote:

> Hi,
>
> I am saving the result of a query on a text file.  Then I want to open it
> with excel.
>
> At the moment, when I open it with excel, all results appear in one very
> long line.  How could I insert a "new line" character at the end of each
> record?
>
> Thanks
>
> Alfredo
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>


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

Reply via email to