[phorm] [Phorm:] Re: Strip Carriage returns in comments

  • From: webbbs@xxxxxxxxx
  • To: support@xxxxxxxxx
  • Date: 5 Jan 2004 15:13:32 -0000

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

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

  MESSAGE:  (#3548) Re: Strip Carriage returns in comments 
            <http://www.phorm.com/support/?rev=3548> 
  AUTHOR:   Holotech 
  DATE:     January 5, 2004 at 10:13 a.m. EST 

  Reply To: (#3542) Strip Carriage returns in comments 
  Author:   April 
  Date:     January 2, 2004 at 8:25 p.m. EST 

> Isn't there a line of code we can modify to prevent 
> "user entered" carriage returns in comment 
> text boxes to show up in a flat tab-deliniated 
> database? 

$Comments = ereg_replace("[\r\n]", "", $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: Strip Carriage returns in comments