function selectedClass(){ if(!empty($_POST[\'checklist_class\'])) { foreach($_POST[\'checklist_class\'] as $id) { //stuff } }