$value){ if(empty($value)){unset($exp_select[$idx]);} } foreach($ms_select as $value){ $selections['ms'][$value]++; } foreach($exp_select as $value){ $selections['exp'][$value]++; } ?> BoV Selector
Master Sets:
"; } else{ foreach($selections['ms'] as $abrev=>$count){ if($count > 0){ print $count." x ".$abbreviations[$abrev]."
"; } } } ?>
Expansion Sets:
"; } else{ foreach($selections['exp'] as $abrev=>$count){ if($count > 0){ print $count." x ".$abbreviations[$abrev]."
"; } } } ?>