[phorm] [Phorm:] Re: Posting IP add of host in dbase..

  • From: webbbs@xxxxxxxxx
  • To: support@xxxxxxxxx
  • Date: 14 Aug 2004 13:58:56 -0000

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

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

  MESSAGE:  (#4265) Re: Posting IP add of host in dbase.. 
            <http://www.phorm.com/support/?rev=4265> 
  AUTHOR:   Holotech 
  DATE:     August 14, 2004 at 9:58 a.m. EST 

  Reply To: (#4261) Posting IP add of host in dbase.. 
  Author:   Mriciardi 
  Date:     August 12, 2004 at 9:30 a.m. EST 

> I would like to add the ip address of the person 
> posting the data to sql, I know there is a var called 
> {{REMOTE_ADDR}} can I post that to the dbase? maybe 
> using $PHORM_MYVARS = HostIP={{REMOTE_ADDR}} ? 

Yes, except you don't use {{}} in MYVARS: 

$PHORM_MYVARS = "HostIP=REMOTE_ADDR"; 

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

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: Posting IP add of host in dbase..