John Taylor-Johnston wrote:
Or give all name="protid[]" and you will get array $_POST['protid'] that
you can loop over.
Do it like this or you will have the same problem.
name="protid[0]"
name="protid[1]"
name="protid[2]"
Not true.
--
PHP General Mailing List (http://www.php.net/)
To unsubscri
> >
> >
> >
> >
> >
>
> Or give all name="protid[]" and you will get array $_POST['protid'] that
> you can loop over.
Do it like this or you will have the same problem.
name="protid[0]"
name="protid[1]"
name="protid[2]"
--
John
--
PHP General Mailing List (http://www.php.net/)
To unsubscrib
John Taylor-Johnston wrote:
Gowthaman,
Just at a glance, it seems that you Should Only receive One value.
'Name=protid' tells me that you have only created one value.
Because they ALL have the SAME name="protid" there will be only one value.
This would be more evident if they were type=radiobox. W
3 matches
Mail list logo