Re: [PHP] passing checkbox info

2002-08-20 Thread Jaski
1)Name value pairs of check boxes which are checked will be returned. 2)To figure out which check box is returning "yes" you can use the keys of the cbox[] array which is returned. That is if your query returns 10 rows .. and user checks checkbox 1,3 and 5 out of those .. then $cbox[0], $cbox[

RE: [PHP] passing checkbox info

2002-08-20 Thread Martin Towell
:[EMAIL PROTECTED]] Sent: Wednesday, August 21, 2002 2:00 PM To: [EMAIL PROTECTED] Subject: [PHP] passing checkbox info I'm trying to use checkboxes to be able to delete information from my database. It's just not working right. I can't get the checkbox form to pass a variable that mak

[PHP] passing checkbox info

2002-08-20 Thread Brian & Shannon Windsor
I'm trying to use checkboxes to be able to delete information from my database. It's just not working right. I can't get the checkbox form to pass a variable that makes any sense to me, and I looked into the check box function, and it made less sense. The value passed back from the check boxes