I should have been more specific in some of my pseudocode:
Update
View
Priv
That is, the '$userid's and the array indexes '[x]' they are followed by
are separate in the code.
-Mike
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/u
Ok, well what I would do is have each of the series of checkboxes be in an
array for each user, using variable variables.
There's probably an easier way to do it, but I'm not sure.. so here's
basically what I'd do (in pseudocode):
for (each user, their id being $userid) {
Update
Vi
:43
To: Sandeep Murphy
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] dynamic checkboxes submit..help!
You have to be a little more clear. What do you mean by "dynamically
generated" and "tree"? If the checkboxes are created dynamically, what
naming convention are using to
You have to be a little more clear. What do you mean by "dynamically
generated" and "tree"? If the checkboxes are created dynamically, what
naming convention are using to give the checkboxes names? Set their
value=".." to whatever you want, and use some convention for their
names. Then aft
Hi,
I have a dynamically generated tree of checkboxes which I need to submit to
a PHP page for performing a search..
Can anyone pl suggest as to how I can submit the values of all the
checkboxes which are checked??
TIA,
sands
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe,