Re: [PHP] RE: help with explode.....

2003-07-25 Thread John W. Holmes
The threading is messed up on this message, so sorry for the top post. Actually, the method that Shaunak gave is the best method to use. If you took your questions and had them formatted from this: > What color are you eyes? > >Blue >Green > to this: What color are you eyes?

RE: [PHP] RE: help with explode.....

2003-07-25 Thread Ford, Mike [LSS]
> -Original Message- > From: Joe Harman [mailto:[EMAIL PROTECTED] > Sent: 25 July 2003 06:12 > > The name of the set of radio buttons is the QuestionID (so it's a > number)... And the options are the AnswerID (they are also > numbers)... This is technically invalid for PHP -- all your f

[PHP] RE: help with explode.....

2003-07-24 Thread Joe Harman
Actually... That didn't work... The QuestionID and AnswerID are different from poll to poll Can I do something like a loop and pass the QuestionID and AnswerID into other variables... Ex. Here is my HTML that is dynamically created * Untitled Document The

[PHP] RE: help with explode.....

2003-07-24 Thread Joe Harman
The name of the set of radio buttons is the QuestionID (so it's a number)... And the options are the AnswerID (they are also numbers)... -Original Message- From: Shaunak Kashyap [mailto:[EMAIL PROTECTED] Sent: Friday, July 25, 2003 1:03 AM To: Joe Harman Subject: Re: help with explode...