RE: [PHP-DB] Re: Checkboxes in a table

2004-08-20 Thread Ford, Mike [LSS]
> -Original Message- > From: Ford, Mike [LSS] > Sent: 21/08/04 01:57 > foreach ($_POST['checkbox'] as $key=>$irrelevant): > // checkbox[$key] was checked > endif; OK, it's 2a.m. here and I'm about asleep, whioch is why that last line didn't read endforeach; !!!

RE: [PHP-DB] Re: Checkboxes in a table

2004-08-20 Thread Ford, Mike [LSS]
> -Original Message- > From: Jasper Howard > Sent: 21/08/04 00:49 > > just set the checked value of the check boxes to something like, > "true", and when you are going through the check boxes in the second > script do something like this: Urrr -- you script will only ever see checkboxes w