RE: [PHP] checkboxes php

2003-01-24 Thread Edward Peloke
why would you give them all the same name? I can see this for radio buttons but not checkboxes. -Original Message- From: Greg [mailto:[EMAIL PROTECTED]] Sent: Friday, January 24, 2003 3:27 PM To: [EMAIL PROTECTED] Subject: [PHP] checkboxes php If I have 3 checkboxes labeled user, but

Re: [PHP] checkboxes php

2003-01-24 Thread Richard Whitney
You need to give the checkboxes unique names like user1, user2 user3 RW Quoting Greg [EMAIL PROTECTED]: ### If I have 3 checkboxes labeled user, but each one has a seperate value, ### how do I get the values of each checkbox? For example, how would I tell ### if ### the following checkboxes

Re: [PHP] checkboxes php

2003-01-24 Thread Richard Whitney
Do you, prehaps, wants to use radio buttons instead? RW Quoting Greg [EMAIL PROTECTED]: ### If I have 3 checkboxes labeled user, but each one has a seperate value, ### how do I get the values of each checkbox? For example, how would I tell ### if ### the following checkboxes are checked? ###

Re: [PHP] checkboxes php

2003-01-24 Thread 1LT John W. Holmes
[EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, January 24, 2003 3:31 PM Subject: Re: [PHP] checkboxes php You need to give the checkboxes unique names like user1, user2 user3 RW Quoting Greg [EMAIL PROTECTED]: ### If I have 3 checkboxes labeled user, but each one has a seperate

Re: [PHP] checkboxes php

2003-01-24 Thread Greg
I want to be able to let people check multiple values. I want them to be given a list of usernames and check the ones they want deleted, so a radio button won't work. If you go to Yahoo mail and select more than one checkbox, you can delete more than one item. I looked at the source and all the

Re: [PHP] checkboxes php

2003-01-24 Thread Greg
: [EMAIL PROTECTED] Sent: Friday, January 24, 2003 3:31 PM Subject: Re: [PHP] checkboxes php You need to give the checkboxes unique names like user1, user2 user3 RW Quoting Greg [EMAIL PROTECTED]: ### If I have 3 checkboxes labeled user, but each one has a seperate value, ###

Re: [PHP] checkboxes php

2003-01-24 Thread Didier McGillis
: Greg [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [PHP] checkboxes php Date: Fri, 24 Jan 2003 15:37:06 -0500 I want to be able to let people check multiple values. I want them to be given a list of usernames and check the ones they want deleted, so a radio button won't work. If you go

Re: [PHP] checkboxes php

2003-01-24 Thread Richard Whitney
I just logged in to my Yahoo mail account. I have only one account, but when I went to Preferences, it had a select multiple, which you might want to consider RW Quoting Greg [EMAIL PROTECTED]: ### I want to be able to let people check multiple values. I want them to be ### given a list of

Re: [PHP] checkboxes php

2003-01-24 Thread Rick Emery
select multiple applies to selection lists, not checkboxes - Original Message - From: Richard Whitney [EMAIL PROTECTED] To: Greg [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, January 24, 2003 2:59 PM Subject: Re: [PHP] checkboxes php I just logged in to my Yahoo mail account

Re: [PHP] checkboxes php

2003-01-24 Thread Chris Boget
select multiple applies to selection lists, not checkboxes Indeed. But I believe he was offering that as an alternative. :) Chris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] checkboxes php

2003-01-24 Thread Richard Whitney
Quoting Chris Boget [EMAIL PROTECTED]: ### select multiple applies to selection lists, not checkboxes ### ### Indeed. But I believe he was offering that as an alternative. :) Ahem! Thanks Chris! RW ### Chris ### ### ### -- ### PHP General Mailing List (http://www.php.net/) ### To