[PHP-DB] Multiple checkboxes

2003-08-14 Thread Mike Baerwolf
Hello, I'm trying to get the values from a form post with multiple checkboxes checked . Here is what I have, if ($row = mysql_fetch_array($result)); do { $row[name] }while ($row = mysql_fetch_array($result)); and when submitted if ($class_id) { foreach($class_id as $

Re: [PHP-DB] Multiple checkboxes

2003-08-07 Thread John W. Holmes
Mike Baerwolf wrote: Hello, I'm trying to get the values from a form post with multiple checkboxes checked . Here is what I have, if ($row = mysql_fetch_array($result)); do { $row[name] Try putting quotes around your attribute values... Also, I assume you have an "echo" somewhere? Like: e