[phorm] [Phorm:] Re: PHORM_DBFETCH and PHORM_ACK problem

  • From: webbbs@xxxxxxxxx
  • To: support@xxxxxxxxx
  • Date: 10 Oct 2004 04:36:47 -0000

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

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

  MESSAGE:  (#4389) Re: PHORM_DBFETCH and PHORM_ACK problem 
            <http://www.phorm.com/support/?rev=4389> 
  AUTHOR:   Robyn 
  DATE:     October 10, 2004 at 12:36 a.m. EST 

  Reply To: (#4387) PHORM_DBFETCH and PHORM_ACK problem 
  Author:   Robyn 
  Date:     October 7, 2004 at 11:13 p.m. EST 

I made a guess to resolve my problem but theres still an error. 
heres what i did: 
$PHORM_MYTABLE = "secrettable"; 
$PHORM_DBFETCH = "level, username, password"; 
$PHORM_DBWHICH = "username='$USERNAME' AND password='$PASSWORD'"; 
$PHORM_ACK="{{db_level}}"; //the value on the retrieved table is in a format 
of diff filenames (user.html, admin.html). 

btw heres the error message: 
Phorm Messages 
Errors: 
070 - Unable to open acknowledgement template file ./. 
090 - There has been an error, and your information has not been sent. 

> Hello, 

> I've been trying to use PHORM_DBFETCH to put the value 
> I retrieved for the $PHORM_ACK. 

> Does anyone knows how to do this? 

> Here's what I did but not workin. 
> $PHORM_MYTABLE = "secrettable"; 
> $PHORM_DBFETCH = "level, username, 
> password"; 
> $PHORM_DBWHICH = "(username = '$USERNAME' AND 
> password = '$PASSWORD')"; 
> $db_level = "level"; 
> $PHORM_ACK = {{db_level}}.html; 

> Thanks in advance! 

> Robyn 

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

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: PHORM_DBFETCH and PHORM_ACK problem