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

  • From: webbbs@xxxxxxxxx
  • To: support@xxxxxxxxx
  • Date: 17 Sep 2003 11:37:06 -0000

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

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

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

  Reply To: (#3220) Re: Stop escape character from appearing 
  Author:   Holotech 
  Date:     September 17, 2003 at 7:03 a.m. EST 

> $HTTP_POST_VARS = array_map(stripslashes, $HTTP_POST_VARS); 

> This will remove the slashes from all the fields 
> posted from your form. 

Sorry, I omitted a step: 

$HTTP_POST_VARS = array_map(stripslashes, $HTTP_POST_VARS); 
extract($HTTP_POST_VARS); 

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

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: