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: > > blah1 > blah2 > blah3 Of course I was thinking about checkboxes Nevermind :) Alexander Skwar -- How to quote: http://learn.to/quote (german) http://quote.6x.to (english) Homepage: h

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: One Two In your PHP script, you can then easily parse the $radios array. Alexander Skwar -- How to quote: http://learn.to/q

RE: [PHP] radio button help

2001-09-16 Thread biscut
you would simply have the following: blah1 blah2 blah3 Any problems let me know... Regards Davidt -Original Message- From: 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 pl