ID: 11591
Updated by: stas
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Closed
Old Bug Type: Scripting Engine problem
Bug Type: Strings related
Operating System: Windows 98
PHP Version: 4.0.5
New Comment:

Try using just \n for the delimiter.

Previous Comments:
------------------------------------------------------------------------

[2001-06-20 17:00:00] [EMAIL PROTECTED]

When I join an array with implode() or join() and use
chr(13) . chr(10) (CrLf) as delimiter I get one empty line between each line, but if I 
don't use CrLf then I get everything on one line.

  $dataout = implode(chr(13) . chr(10), $dataarray);

------------------------------------------------------------------------



Edit this bug report at http://bugs.php.net/?id=11591&edit=1


-- 
PHP Development 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