Hello NG !

I'm trying to export database entries to a CSV file for Excel.
Everything's working perfectly except that "blob" (long-text) fields that
contain line-breaks are being exported to different lines within the CSV. I
can't figure out how to convert the \n's respectively chr(13).chr(10) into
chars that tell Excel to accept a multi-field but not line-break within the
file itself.

Greetings

Kai



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

Reply via email to