RE: [PHP] radio groups in looped form

2001-04-12 Thread Rudolf Visagie
Hi Peter I use this function in one of my scripts. Maybe you can get a few ideas from it. function WriteRadio ($FieldNo, $NOptions, $OptionValue, $Option, $SelectedValue, $NullValue) { /* The Radio function writes a group of HTML INPUT radio buttons. $OptionValue

RE: [PHP] radio groups in looped form

2001-04-11 Thread SED
n a hidden form field for later use). SED -Original Message- From: Peter Houchin [mailto:[EMAIL PROTECTED]] Sent: 12. apríl 2001 00:05 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: [PHP] radio groups in looped form even though i am putting them in an array? like > (i h

Re: [PHP] radio groups in looped form

2001-04-11 Thread Lindsay Adams
in an array? >> >> like >> >> > 'CHECKED'; }?>> >> >> (i have another 2 radio buttons with this group) >> >> Peter >> >> -Original Message- >> From: SED [mailto:[EMAIL PROTECTED]] >> Sent: Thursday

RE: [PHP] radio groups in looped form

2001-04-11 Thread SED
e same way (perhaps you may want to keep the total value of $i in a hidden form field for later use). SED -Original Message- From: Peter Houchin [mailto:[EMAIL PROTECTED]] Sent: 12. apríl 2001 00:05 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: [PHP] radio groups in looped f

Re: [PHP] radio groups in looped form

2001-04-11 Thread Lindsay Adams
ECKED'; }?>> > > (i have another 2 radio buttons with this group) > > Peter > > -Original Message- > From: SED [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 12, 2001 10:05 AM > To: Peter Houchin > Cc: [EMAIL PROTECTED] > Subject: RE: [PHP]

RE: [PHP] radio groups in looped form

2001-04-11 Thread Peter Houchin
dio groups in looped form I don't think you can. The browser groups them by the name, so you will have to write some code (simple) to change the name... SED -Original Message- From: Peter Houchin [mailto:[EMAIL PROTECTED]] Sent: 11. apríl 2001 23:33 To: Php-General@Lists.

RE: [PHP] radio groups in looped form

2001-04-11 Thread SED
I don't think you can. The browser groups them by the name, so you will have to write some code (simple) to change the name... SED -Original Message- From: Peter Houchin [mailto:[EMAIL PROTECTED]] Sent: 11. apríl 2001 23:33 To: Php-General@Lists. Php. Net Subject: [PHP] radio groups in l