[phorm] [Phorm:] Re: getting rid of line feeds in text log

  • From: webbbs@xxxxxxxxx
  • To: support@xxxxxxxxx
  • Date: 9 Mar 2004 21:19:23 -0000

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

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

  MESSAGE:  (#3843) Re: getting rid of line feeds in text log 
            <http://www.phorm.com/support/?rev=3843> 
  AUTHOR:   Peter 
  DATE:     March 9, 2004 at 4:19 p.m. EST 

  Reply To: (#3639) Re: getting rid of line feeds in text log 
  Author:   Holotech 
  Date:     January 27, 2004 at 3:03 p.m. EST 

> $FormField = ereg_replace("\r\n?" 
> "\n", $FormField); 
> $FormField = ereg_replace("\n" 
> "<BR>", $FormField); 

> In your local config file. 

Thank you! Except it didn't work until I added another comma: 

$FormField = ereg_replace("\r\n?", "\n", $FormField); 
$FormField = ereg_replace("\n", "<BR>", $FormField); 

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

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: