[phorm] [Phorm:] Re: Quoting of the original comment in resp. and a

  • From: webbbs@xxxxxxxxx
  • To: support@xxxxxxxxx
  • Date: 17 Dec 2002 12:53:39 -0000

The following new message has been posted on Phorm Support Forum at 
<http://www.phorm.com/support/>. 

*************************************************************************** 

  MESSAGE:  (#1968) Re: Quoting of the original comment in resp. and a 
            <http://www.phorm.com/support/?rev=1968> 
  AUTHOR:   Holotech 
  DATE:     December 17, 2002 at 7:53 a.m. EST 

  Reply To: (#1967) Quoting of the original comment in resp. and ack 
  Author:   avalonx 
  Date:     December 17, 2002 at 6:25 a.m. EST 

> The ack page shows the text without any of the given 
> breaks and no wraps. 

> Same with the html mail-response. 

> It works fine with ascii response emails, though. 

This is standard HTML rendering. Line breaks are not displayed. There is an 
HTML tag <BR> to explicitly specify line breaks in HTML. You can use the PHP 
function nl2br() to convert line breaks to <BR> tags if you wish: 

$Comments = nl2br($Comments); 

*************************************************************************** 

This is an automatically-generated notice.  If you'd like to be removed from 
the mailing list, please visit Phorm Support Forum at 
<http://www.phorm.com/support/>, or send your request to webbbs@xxxxxxxxxx  If 
you wish to respond to this message, please post your response directly to the 
board.  Thank you! 
-------------------------------------------------
You are receiving this message because you are subscribed to the Phorm mailing 
list. To send messages to the mailing list, simply send email to 
phorm@xxxxxxxxxxxxx from the address you have subscribed. You may unsubscribe 
from the list by sending email to phorm-request@xxxxxxxxxxxxx with 
'unsubscribe' in the SUBJECT field.

Other related posts:

  • » [phorm] [Phorm:] Re: Quoting of the original comment in resp. and a