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?

Unix considers a line feed to be \n

Windows/DOS use \r\n


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

Reply via email to