[phorm] [Phorm:] Check box question

  • From: webbbs@xxxxxxxxx
  • To: support@xxxxxxxxx
  • Date: 2 May 2003 04:16:20 -0000

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

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

  MESSAGE:  (#2618) Check box question 
            <http://www.phorm.com/support/?rev=2618> 
  AUTHOR:   Rich 
  DATE:     May 2, 2003 at 12:16 a.m. EST 

Hi, 

This is sort of a PHP question. I've been to a regular PHP forum for this, but 
when I mention anything Phorm related, they run. 

I have 8 check boxes on one page in an array. 

<input type="checkbox" name="F1[]" value="{{File_1}}"> 
<input type="checkbox" name="F1[]" value="{{File_2}}"> 

1 thru 8. Yes, *{{File_1}}* etc., is a value from a previous page. What I 
would like to happen is, let the user check any 3 of the boxes, have the data 
fetched (I have a query that works - for now), and on the next page print the 
data. 

The issue is, let's say # 3,6, and 8 are selected. How does #3 know to go to 
the first section on the next page, 6 to go to 2nd section, and 8 to go to 3rd 
section. Simply because I don't want the file name for 3 in the first section 
with the fetched data for # 6. 

I also tried without an array: 

<input type="checkbox" name="F1" value="{{File_1}}"> 
<input type="checkbox" name="F2" value="{{File_2}}"> 

I know this may be confusing, so if you need more details, I will try to 
provide. 

Thanks... Rich 

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

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:] Check box question