RE: [PHP] determine how many checkboxes are selected.

2003-08-26 Thread Ralph Guzman
27;. $chk_key . ' Value:'. $chk_value .'is checked'; } I have not tested this, but it should work. -Original Message- From: Angelo Zanetti [mailto:[EMAIL PROTECTED] Sent: Monday, August 25, 2003 10:07 PM To: [EMAIL PROTECTED] Subject: [PHP] determine how many checkboxes are selecte

Re: [PHP] determine how many checkboxes are selected.

2003-08-26 Thread murugesan
rom: "Angelo Zanetti" <[EMAIL PROTECTED]> To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> Sent: Tuesday, August 26, 2003 10:36 AM Subject: [PHP] determine how many checkboxes are selected. > > > Hi I have a tabel that gets populated dynamically from a DB query. E

[PHP] determine how many checkboxes are selected.

2003-08-26 Thread Angelo Zanetti
Hi I have a tabel that gets populated dynamically from a DB query. Each row is a seperate record and they all have a checkbox. I want to put a button/image @ after the table and when it is click ed to determine which checkboxes have beeen selected. I also name the checkboxes dynamically with chk