Codice PHP:

$checkbox
$_POST['ingegnere']; 

foreach (
$checkbox as $key => $value) { 

    echo 
"Checkbox selezionata: $key con valore: $value
"