[phorm] [Phorm:] Re: Logging to MySQL Table

  • From: webbbs@xxxxxxxxx
  • To: support@xxxxxxxxx
  • Date: 27 Jan 2003 15:08:18 -0000

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

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

  MESSAGE:  (#2185) Re: Logging to MySQL Table 
            <http://www.phorm.com/support/?rev=2185> 
  AUTHOR:   Holotech 
  DATE:     January 27, 2003 at 10:08 a.m. EST 

  Reply To: (#2169) Logging to MySQL Table 
  Author:   Mike Covone 
  Date:     January 23, 2003 at 5:07 p.m. EST 

> On our web site we have a form that consists of six 
> fields. Each field accepts an email address, it is a 
> viral form where a person submits their address and 
> five of their friends addresses. Upon submission we 
> receive six email addresses. Currently each submission 
> is coming to me one email at a time, so I am in the 
> process of having all the submissions just log to the 
> database table. 

> My table consists of only one column called x 

What you want is: 

$PHORM_MYTABLE[1] = "email"; 
$PHORM_MYVARS[1] = "x=email1"; 

$PHORM_MYTABLE[2] = "email"; 
$PHORM_MYVARS[2] = "x=email2"; 

etc. 

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

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: Logging to MySQL Table