[phorm] [Phorm:] Re: Listing with PHORM_DBFNREC

  • From: webbbs@xxxxxxxxx
  • To: support@xxxxxxxxx
  • Date: 14 May 2003 23:32:04 -0000

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

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

  MESSAGE:  (#2695) Re: Listing with PHORM_DBFNREC 
            <http://www.phorm.com/support/?rev=2695> 
  AUTHOR:   Rich 
  DATE:     May 14, 2003 at 7:32 p.m. EST 

  Reply To: (#2694) Re: Listing with PHORM_DBFNREC 
  Author:   Patrick O'Hara 
  Date:     May 14, 2003 at 7:19 p.m. EST 

Hi, 

Yes, I realized the escapes are necessary now. But I am still getting a parse 
error with this below (which should work - but apparently doesn't). Thanks 
again... Rich 

for ($i = 0; $i < $PHORM_DBFNREC; $i++) { 
$fieldName = "F" . $i + 1; 
echo '<font size="2" face="Verdana"><strong>'; 
echo "<input type=/"checkbox/" name=/"$fieldName/" 
value=/"{{PHORM_DBFRSLT[$i][File1]}}/">"; 
echo $PHORM_DBFRSLT[$i][File1]. "<br>\n"; 
echo '</strong></font>'; 
} 

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

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: