Re: [PHP] radio button help

2001-09-17 Thread Alexander Skwar
So sprach »Nikola Veber« am 2001-09-17 um 08:48:17 +0200 : How am I suposed to handle multiple buttons(what should I change, name or the value?) Make it an array: input type=radio name=radios[] value=1One input type=radio name=radios[] value=2Two In your PHP script, you can then easily

Re: [PHP] radio button help

2001-09-17 Thread Alexander Skwar
So sprach »biscut« am 2001-09-16 um 20:07:23 +0100 : you would simply have the following: input type=radio name=radiobutton value=radiobutton1blah1br input type=radio name=radiobutton value=radiobutton2blah2br input type=radio name=radiobutton value=radiobutton3blah3br Of course I was

[PHP] radio button help

2001-09-16 Thread Nikola Veber
Hi ! I know that this may be not the right place for this question, bu anyway: The radiobutton tag looks like this: input type=radio name=radiobutton value=radiobutton How am I suposed to handle multiple buttons(what should I change, name or the value?) My point here is: Does the buttons

RE: [PHP] radio button help

2001-09-16 Thread biscut
: Nikola Veber [mailto:[EMAIL PROTECTED]] Sent: 17 September 2001 07:48 To: php forum Subject: [PHP] radio button help Hi ! I know that this may be not the right place for this question, bu anyway: The radiobutton tag looks like this: input type=radio name=radiobutton value=radiobutton How am I