[phorm] [Phorm:] Re: Stop escape character from appearing

  • From: webbbs@xxxxxxxxx
  • To: support@xxxxxxxxx
  • Date: 17 Sep 2003 11:03:42 -0000

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

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

  MESSAGE:  (#3220) Re: Stop escape character from appearing 
            <http://www.phorm.com/support/?rev=3220> 
  AUTHOR:   Holotech 
  DATE:     September 17, 2003 at 7:03 a.m. EST 

  Reply To: (#3219) Re: Stop escape character from appearing 
  Author:   Rafael Archulet 
  Date:     September 17, 2003 at 4:27 a.m. EST 

> What is the solution to removing slashes from multiple 
> fields? 

$HTTP_POST_VARS = array_map(stripslashes, $HTTP_POST_VARS); 

This will remove the slashes from all the fields posted from your form. A 
better alternative is to have your sys admin turn off "magic quotes" in the 
PHP configuration if s/he will. If not, the above will handle it. 

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

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: