¡@

Home 

php Programming Glossary: check_list

Get $_POST from multiple checkboxes

http://stackoverflow.com/questions/4997252/get-post-from-multiple-checkboxes

in it each with the code input type checkbox name check_list value echo row 'Report ID' Where row 'Report ID' is a primary.. share improve this question Set the name in the form to check_list and you will be able to access all the checkboxes as an array.. be able to access all the checkboxes as an array _POST 'check_list' . Here's a little sample as requested form action test.php..