RE: [PHP] radio button arrays and php3

2003-07-23 Thread Sævar Öfjörð
This is the very nature of radiobuttons. They are ment to return only one value because you can only select one of them. If you want all values returned in an array you have to use checkbox. Checkboxes allow multiple selections. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PRO

Re: [PHP] radio button arrays and php3

2003-07-22 Thread daniel
umm yes i had to use select menus instead > * Thus wrote [EMAIL PROTECTED] ([EMAIL PROTECTED]): >> hi there i dont know if this happens in php4 but say i have a list of >> radio buttons in an array like >> >> >> >> it only returns the one selected into the array, so instead of having >> 2 keys i

Re: [PHP] radio button arrays and php3

2003-07-22 Thread Curt Zirzow
* Thus wrote [EMAIL PROTECTED] ([EMAIL PROTECTED]): > hi there i dont know if this happens in php4 but say i have a list of radio > buttons in an array like > > > > it only returns the one selected into the array, so instead of having 2 > keys i only get the one , the empty one doesnt seem to ge