user name=cb[] and PHP will automatically make the array.  then call it
with $_GET["cb"][#]

                        Adam

On Thu, 21 Nov 2002, Xin Qi wrote:

> hi there,
>
> if i have a group of checkboxes, and they have the SAME name, when they are
> submited into a php script, how can this php file get the value of each
> checkbox?
>
> since they have the same name, $_GET["checkbox_name"] only returns the last
> one.
>
> thanks
>
>
>
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to