* David Jackson ([EMAIL PROTECTED]) [Dec 29. 2001 22:40]:
> Brian --
> So I should change the line:
> echo " >";
> To:
> echo " >";
That should do it.
--
Brian Clark | Avoiding the general public since 1805!
Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7C8
Women are probably the
Brian --
So I should change the line:
echo "";
To:
echo "";
Or do I change the value=
Thanks -- David
> * David Jackson ([EMAIL PROTECTED]) [Dec 29. 2001
> 21:41]:
>
> [...]
>
>> My question is how do I process checkbox when multi boxes have
>> been check. I keep thinking a array is created
* David Jackson ([EMAIL PROTECTED]) [Dec 29. 2001 21:41]:
[...]
> My question is how do I process checkbox when multi boxes have
> been check. I keep thinking a array is created by check boxes?
Use string[] as the name(s) -- where "string" is the label for the array
you want.
--
Brian Clark
ALL --
The snipet below is used to generate the table containing
product info (product_id(pid), title, amount) and checkboxs.
When submit is clicked the data is passed to "instert into"
sql statement.
My question is how do I process checkbox when multi boxes have
been check. I keep thinking a ar
4 matches
Mail list logo