[PHP] Running for loop and concat. variables...

2001-07-11 Thread Jeff Lewis
I have a page with about 80 checkboxes on it. The values are names and my users are to select names. Now on the next step I want to be able to list all names processed. I thought a for loop would be best but am having problems. $ffromx is the number of checkboxes generated in the previous

RE: [PHP] Running for loop and concat. variables...

2001-07-11 Thread Matthew Luchak
]] Sent: Wednesday, July 11, 2001 2:15 PM To: [EMAIL PROTECTED] Subject: [PHP] Running for loop and concat. variables... I have a page with about 80 checkboxes on it. The values are names and my users are to select names. Now on the next step I want to be able to list all names processed. I

Re: [PHP] Running for loop and concat. variables...

2001-07-11 Thread Jeff Lewis
Lewis [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 11, 2001 2:15 PM To: [EMAIL PROTECTED] Subject: [PHP] Running for loop and concat. variables... I have a page with about 80 checkboxes on it. The values are names and my users are to select names. Now on the next step I want to be able

RE: [PHP] Running for loop and concat. variables...

2001-07-11 Thread scott [gts]
To: [EMAIL PROTECTED] Subject: [PHP] Running for loop and concat. variables... I have a page with about 80 checkboxes on it. The values are names and my users are to select names. Now on the next step I want to be able to list all names processed. I thought a for loop would be best but am