Forum Moderators: coopster
Date: Mon, 11 Oct 2004 06:39:36 +0100
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1437
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
Content-Transfer-Encoding: Quoted-Printable
but in the html page it all displays like this:
Date: Mon, 11 Oct 2004 06:39:36 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Content-Transfer-Encoding: Quoted-Printable
how can i make it so that the text is displayed as it is in notepad?
Thanks
Just remember to htmlentities() the text first in case it contains html stuff (or leave it in etc - just be aware that it might be html, or plain text - the ">" character is normally used for quoting, and browsers are probably not going to be happy finding a couple of line of them ;-)
Robin