Re: [PHP] checkboxes problem
- From: znemeth@xxxxxxxxxxxxxx (Zoltán Németh)
- Date: Wed, 30 May 2007 11:04:38 +0200
2007. 05. 30, szerda keltezéssel 09.59-kor blueboy ezt írta:
Hi,
I have a checkbox array (about 20 lines)
input name=\"box\" type=\"checkbox\" value=\"$id\">
input name=\"box\" type=\"checkbox\" value=\"$id\">
input name=\"box\" type=\"checkbox\" value=\"$id\">
input name=\"box[]\" type=\"checkbox\" value=\"$id\">
greets
Zoltán Németh
.
I do some client side checking with javascript however the javascript array
name=\"box\"
does not match the php version,
name=\"box[]\"
So either my client side stuff works or the php array only returns 1 value
when posted. Is there any way to for this to work?
R.
- References:
- checkboxes problem
- From: "blueboy"
- checkboxes problem
- Prev by Date: Sessions VS MySQL
- Next by Date: Re: Sessions VS MySQL
- Previous by thread: checkboxes problem
- Next by thread: Re: [PHP] checkboxes problem
- Index(es):
Relevant Pages
|