I am using PHP to email the contents of a database query in MySQL.
When I bring back the data from a text field that has linefeed codes "\n\n", they are ignored and treated as ascii text characters in the email message.
I have tried different field types in the database and get the same results.
If I create the same text in a PHP variable inlucding the linefeed codes it works fine.
Any suggestions?
Thanks.