Hi,
I have added a simple message facility to our Intranet however the content of each message does not include the paragraphs entered by the sender like the below.
I would like the message to display as follows;
Hi,
This is my email to you.
Me
However the message appears as follows from my echo output;
Hi, This is my email to you. Me.
Any ideas?
Simple message interface
Moderator: General Moderators
- mhouldridge
- Forum Contributor
- Posts: 267
- Joined: Wed Jan 26, 2005 5:13 am
-
Charles256
- DevNet Resident
- Posts: 1375
- Joined: Fri Sep 16, 2005 9:06 pm
- mhouldridge
- Forum Contributor
- Posts: 267
- Joined: Wed Jan 26, 2005 5:13 am
-
Charles256
- DevNet Resident
- Posts: 1375
- Joined: Fri Sep 16, 2005 9:06 pm
- jurriemcflurrie
- Forum Commoner
- Posts: 61
- Joined: Wed Jul 06, 2005 7:14 am
- Location: Den Haag, the Netherlands
Code: Select all
<? echo nl2br($formVars["message"]); ?>-
Charles256
- DevNet Resident
- Posts: 1375
- Joined: Fri Sep 16, 2005 9:06 pm