[phorm] [Phorm:] Re: $PHORM_PARSPHP not working

  • From: webbbs@xxxxxxxxx
  • To: support@xxxxxxxxx
  • Date: 25 Nov 2004 13:40:13 -0000

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

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

  MESSAGE:  (#4479) Re: $PHORM_PARSPHP not working 
            <http://www.phorm.com/support/?rev=4479> 
  AUTHOR:   Holotech 
  DATE:     November 25, 2004 at 8:40 a.m. EST 

  Reply To: (#4475) Re: $PHORM_PARSPHP not working 
  Author:   Brian Clifton 
  Date:     November 24, 2004 at 2:38 p.m. EST 

> This could be because I am trying to parse phorm 
> variables in the php code: 

> if({{enquiry}} == "Datasheet"){ 

I see you figured out a solution, but yes, this is the problem. The format for 
variables in PHP code is $variable, so it would be: 

if ($enquiry == "Datasheet") { 

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

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: