[phorm] [Phorm:] Re: dbfetch problems

  • From: webbbs@xxxxxxxxx
  • To: support@xxxxxxxxx
  • Date: 27 May 2004 12:57:33 -0000

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

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

  MESSAGE:  (#4087) Re: dbfetch problems 
            <http://www.phorm.com/support/?rev=4087> 
  AUTHOR:   Holotech 
  DATE:     May 27, 2004 at 8:57 a.m. EST 

  Reply To: (#4077) dbfetch problems 
  Author:   Mick Housel 
  Date:     May 26, 2004 at 12:24 a.m. EST 

> if ($PHORM_DBFNREC > 0){ 

This won't work here. It's the configuration file, which means things are 
still being set up. dbFetch has not yet executed at this point. 

> Another strange thing is that unlike all my other html 
> pages the imploded files aren't parsed and I get the 
> following on the generic "Phorm" page with 
> the lines. 

include() is done by PHP, not Phorm. Variable substitution is done by Phorm. 
It has no idea loginerr.html needs to be parsed. 

I'd suggest making it your validation error template, and making a validation 
rule based on $PHORM_DBFNREC. 

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

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: dbfetch problems